|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Field
represents field (static or instance) of the class.
Method Summary | |
---|---|
JavaClass |
getDeclaringClass()
returns declaring class for this field. |
String |
getName()
returns name of the field. |
Type |
getType()
returns the type of field (object, int, boolean, etc.). |
boolean |
isStatic()
distinguish between static and instance field. |
Method Detail |
---|
JavaClass getDeclaringClass()
JavaClass
where this field is declaredString getName()
boolean isStatic()
true
if the field is defined as static, false
otherwiseType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |