|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The definition of a field in a Type
.
Method Summary | |
Object |
get(Object o)
Retrieves the value of this field in an instance of this type. |
String |
getName()
Returns the name of this field. |
Type |
getType()
Returns the type of this field. |
void |
set(Object o,
Object value)
Sets the value of this field in an instance of the type. |
Method Detail |
public Type getType()
public String getName()
public void set(Object o, Object value) throws IllegalAccessException
IllegalAccessException
public Object get(Object o) throws IllegalAccessException
IllegalAccessException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |