|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenField
AptFieldHelper
public class AptFieldHelper
The AptFieldHelper class is a helper class that knows how to generate useful information about a Field using APT metadata
Method Summary | |
---|---|
String |
getAccessModifier()
Returns the access modifier associated with the field |
String |
getName()
Returns the name of the method |
String |
getType()
Returns the type of the field |
Methods inherited from class GenField |
---|
getLocalName, getReflectField |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
getName
in class GenField
public String getType()
getType
in class GenField
public String getAccessModifier()
getAccessModifier
in class GenField
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |