|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenField
ClientField
AptClientField
public class AptClientField
The AptClientField class is an implementation of ClientField where values are derived using APT metadata
Constructor Summary | |
---|---|
protected |
AptClientField(ControlImpl controlImpl,
FieldDeclaration fieldDecl,
AnnotationProcessorEnvironment env)
Base constructor, protected so only a custom subclass can invoke |
Method Summary | |
---|---|
String |
getAccessModifier()
Returns the access modifier associated with the field |
String |
getName()
Returns the name of the field |
String |
getType()
Returns the field type of the field |
Methods inherited from class ClientField |
---|
init |
Methods inherited from class GenField |
---|
getLocalName, getReflectField |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AptClientField(ControlImpl controlImpl, FieldDeclaration fieldDecl, AnnotationProcessorEnvironment env)
controlImpl
- the declaring ControlImplementationMethod Detail |
---|
public String getName()
GenField
getName
in class GenField
public String getType()
GenField
getType
in class GenField
public String getAccessModifier()
GenField
getAccessModifier
in class GenField
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |