|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAptField
public class AptField
The AptField class is a helper class that knows how to generate useful information about a Field using APT metadata
Field Summary | |
---|---|
protected FieldDeclaration |
_fieldDecl
|
Method Summary | |
---|---|
String |
getAccessModifier()
Returns the access modifier associated with the field |
String |
getClassName()
Returns the class name of the field (does not include any formal type parameters |
String |
getLocalName()
Returns a local variable used when setting the field value |
String |
getName()
Returns the name of the method |
String |
getReflectField()
Returns the name of a static local field using to refer to this Field |
String |
getType()
Returns the type of the field |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FieldDeclaration _fieldDecl
Method Detail |
---|
public String getName()
public String getLocalName()
public String getType()
public String getClassName()
public String getAccessModifier()
public String getReflectField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |