|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectControlPropertySet
AptPropertySet
public class AptPropertySet
The AptPropertySet class represents a control PropertySet where the property list is derived using APT metadata
Constructor Summary | |
---|---|
AptPropertySet(AptControlInterface controlIntf,
AnnotationTypeDeclaration propertySet,
AnnotationProcessorEnvironment env)
Constructs a new AptPropertySet instance from APT metadata |
Method Summary | |
---|---|
String |
getClassName()
Returns the fully qualified class name of the property set |
String |
getPackage()
Returns the fully qualified package name of this property set |
String |
getPrefix()
Returns the property name prefix for properties in this PropertySet |
String |
getShortName()
Returns the unqualified classname of this property set |
protected ArrayList<ControlProperty> |
initProperties()
Initializes the list of ControlProperties associated with this ControlPropertySet |
Methods inherited from class ControlPropertySet |
---|
getProperties, init |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AptPropertySet(AptControlInterface controlIntf, AnnotationTypeDeclaration propertySet, AnnotationProcessorEnvironment env)
controlIntf
- the declaring bean interfacepropertySet
- the PropertySet declarationenv
- the AnnotationProcessorEnvironmentMethod Detail |
---|
protected ArrayList<ControlProperty> initProperties()
initProperties
in class ControlPropertySet
public String getPackage()
public String getShortName()
public String getClassName()
getClassName
in class ControlPropertySet
public String getPrefix()
getPrefix
in class ControlPropertySet
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |