Extension SDK 9.0.5

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

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

setPropertyValue

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

Extension SDK

 

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