org.exolab.castor.mapping
public interface ClassDescriptor
Version: $Revision: 5951 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
See Also: 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.
|
Class | getJavaClass()
Returns the Java class represented by this descriptor.
|
Returns: The access mode
Returns: The extended class descriptor
Returns: A list of fields
Returns: The identity field
Returns: The Java class