|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectControlProperty
AptProperty
public class AptProperty
The AptProperty class represents a control Property where the property attributes are derived using APT metadata
Constructor Summary | |
---|---|
AptProperty(AptPropertySet propertySet,
AnnotationTypeElementDeclaration propDecl,
AnnotationProcessorEnvironment env)
Constructs a new AptProperty instance from APT metadata |
Method Summary | |
---|---|
FeatureInfo |
getFeatureInfo()
Returns any FeatureInfo associated with the property (or null if none) |
String |
getMemberName()
Returns the member name associated with this Property in the PropertySet |
PropertyInfo |
getPropertyInfo()
Returns any PropertyInfo associated with the property (or null if none) |
String |
getType()
Returns the type of the Property |
boolean |
isAnnotation()
Returns true if the property is an annotation type, false otherwise |
Methods inherited from class ControlProperty |
---|
getKeyName, getName, getPropertySet, init, needsCustomPropertyDescriptor |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptProperty(AptPropertySet propertySet, AnnotationTypeElementDeclaration propDecl, AnnotationProcessorEnvironment env)
propertySet
- the declaring PropertySetpropDecl
- the declration of the property annotation type elementMethod Detail |
---|
public String getMemberName()
getMemberName
in class ControlProperty
public String getType()
getType
in class ControlProperty
public boolean isAnnotation()
isAnnotation
in class ControlProperty
public PropertyInfo getPropertyInfo()
getPropertyInfo
in class ControlProperty
public FeatureInfo getFeatureInfo()
getFeatureInfo
in class ControlProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |