public interface ClassDescriptor extends PropertyHolder
FieldDescriptor
Modifier and Type | Method and Description |
---|---|
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.
|
Class<?> |
getJavaClass()
Returns the Java class represented by this descriptor.
|
getProperty, setProperty
addNature, hasNature
Class<?> getJavaClass()
FieldDescriptor[] getFields()
ClassDescriptor getExtends()
FieldDescriptor getIdentity()
Copyright © 2019. All rights reserved.