oracle.jdeveloper.cmt
Interface CmtProperty
- All Superinterfaces:
- CmtFeature
- All Known Subinterfaces:
- CmtEvent, CmtEventSource, CmtPropertySource, ConstraintsProperty
- public interface CmtProperty
- extends CmtFeature
A specific property of a component
getPropertyType
public java.lang.Class getPropertyType()
getType
public JotType getType()
isReadable
public boolean isReadable()
getReadMethod
public JotMethod getReadMethod()
getReadMethodName
public java.lang.String getReadMethodName()
isWritable
public boolean isWritable()
getWriteMethod
public JotMethod getWriteMethod()
getWriteMethodName
public java.lang.String getWriteMethodName()
isBound
public boolean isBound()
isConstrained
public boolean isConstrained()
isEvent
public boolean isEvent()
getEditor
public java.beans.PropertyEditor getEditor()
Copyright © 1997, 2004, Oracle. All rights reserved.