Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.cmt
Interface CmtPropertyAccessor


public interface CmtPropertyAccessor

A delegator interface inside CmtPropertyState to allow redirection of final property getter and setter


Method Summary
 java.lang.Object getPropertyValue(CmtPropertyState propertyState, java.lang.Object instance)
           
 void setPropertyValue(CmtPropertyState propertyState, java.lang.Object instance, java.lang.Object value)
           

 

Method Detail

getPropertyValue

java.lang.Object getPropertyValue(CmtPropertyState propertyState,
                                  java.lang.Object instance)
                                  throws java.lang.Exception
Throws:
java.lang.Exception

setPropertyValue

void setPropertyValue(CmtPropertyState propertyState,
                      java.lang.Object instance,
                      java.lang.Object value)
                      throws java.lang.Exception
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.