Extension SDK 9.0.5

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


Method Summary
 java.beans.PropertyEditor getEditor()
           
 java.lang.Class getPropertyType()
           
 JotMethod getReadMethod()
           
 java.lang.String getReadMethodName()
           
 JotType getType()
           
 JotMethod getWriteMethod()
           
 java.lang.String getWriteMethodName()
           
 boolean isBound()
           
 boolean isConstrained()
           
 boolean isEvent()
           
 boolean isReadable()
           
 boolean isWritable()
           
 
Methods inherited from interface oracle.jdeveloper.cmt.CmtFeature
getComponent, getDisplayName, getName, getShortDescription, isExpert, isHidden
 

Method Detail

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()

Extension SDK

 

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