oracle.jdeveloper.cmt
Interface CmtPropertyAccessor
- public interface CmtPropertyAccessor
A delegator interface inside CmtPropertyState to allow redirection of final property getter and setter
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
Copyright © 1997, 2004, Oracle. All rights reserved.