| |
|
| java.lang.Object org.apache.beehive.controls.runtime.generator.AptProperty
AptProperty | public class AptProperty (Code) | | The AptProperty class represents a control Property where the property attributes
are derived using APT metadata
|
_propDecl | AnnotationTypeElementDeclaration _propDecl(Code) | | |
AptProperty | public AptProperty(AptPropertySet propertySet, AnnotationTypeElementDeclaration propDecl, TwoPhaseAnnotationProcessor ap)(Code) | | Constructs a new AptProperty instance
from APT metadata
Parameters: propertySet - the declaring PropertySet Parameters: propDecl - the declration of the property annotation type element |
getAccessorName | public String getAccessorName()(Code) | | Returns the base property name. The associated accessor methods will have the
form set{name} and get{name}
|
getEditorClass | public String getEditorClass()(Code) | | Returns the class name of the property editor class, or null
|
getFeatureInfo | public FeatureInfo getFeatureInfo()(Code) | | Returns any FeatureInfo associated with the property (or null if none)
|
getKeyName | public String getKeyName()(Code) | | Returns the static final field name containing the key for this Property
|
getName | public String getName()(Code) | | Returns the name associated with this Property in the PropertySet
|
getPropertyInfo | public PropertyInfo getPropertyInfo()(Code) | | Returns any PropertyInfo associated with the property (or null if none)
|
getPropertySet | public AptPropertySet getPropertySet()(Code) | | Returns the PropertySet associated with the Property
|
getReadMethod | public String getReadMethod()(Code) | | Returns the name of the property reading accessor method
|
getType | public String getType()(Code) | | Returns the type of the Property
|
getWriteMethod | public String getWriteMethod()(Code) | | Returns the name of the property writing accessor method
|
isAnnotation | public boolean isAnnotation()(Code) | | Returns true if the property is an annotation type, false otherwise
|
isBound | public boolean isBound()(Code) | | Returns 'true' is the property is a bound property that will support registration of
a PropertyChangeListener for change notifications.
|
isConstrained | public boolean isConstrained()(Code) | | Returns 'true' is the property is a constrained property that will support registration of
a VetoableChangeListener for vetoable change notifications.
|
|
|
|