|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGenField
public abstract class GenField
The GenField abstract class defines a base set of methods that are generally available for template usage on field-type objects
This is done with an abstract class (instead of an interface) so derived abstract classes can be subclassed from it w/out requiring all of the methods to be declared there.
Constructor Summary | |
---|---|
GenField()
|
Method Summary | |
---|---|
abstract String |
getAccessModifier()
Returns the access modifier associated with the field |
String |
getLocalName()
Returns a local variable used when setting the field value |
abstract String |
getName()
Returns the name of the field |
String |
getReflectField()
Returns the name of a static local field using to refer to this Field |
abstract String |
getType()
Returns the field type of the field |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GenField()
Method Detail |
---|
public abstract String getName()
public abstract String getType()
public abstract String getAccessModifier()
public String getLocalName()
public String getReflectField()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |