|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes the properties of a class and its fields. Implementations will extend this inteface to provide additional properties.
FieldDescriptor
Method Summary | |
AccessMode |
getAccessMode()
Returns the access mode specified for this class. |
ClassDescriptor |
getExtends()
Returns the class descriptor of the class extended by this class. |
FieldDescriptor[] |
getFields()
Returns a list of fields represented by this descriptor. |
FieldDescriptor |
getIdentity()
Returns the identity field, null if this class has no identity. |
java.lang.Class |
getJavaClass()
Returns the Java class represented by this descriptor. |
Method Detail |
public java.lang.Class getJavaClass()
public FieldDescriptor[] getFields()
public ClassDescriptor getExtends()
public FieldDescriptor getIdentity()
public AccessMode getAccessMode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |