|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sourceforge.jane.lang.Fields | +--net.sourceforge.jane.lang.reflection.ReflectionFields
A collection of field objects.
Constructor Summary | |
ReflectionFields(java.lang.reflect.Field[] theFields)
Create a new ReflectionFields . |
Method Summary | |
FieldInfo |
getField(int index)
Returns the field at the given index. |
int |
getFieldCount()
Returns the number of fields. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ReflectionFields(java.lang.reflect.Field[] theFields)
ReflectionFields
.Method Detail |
public int getFieldCount()
getFieldCount
in class Fields
public FieldInfo getField(int index)
getField
in class Fields
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |