org.exolab.castor.mapping
public interface ClassDescriptor
Version: $Revision: 1.1.1.1 $ $Date: 2003/03/03 07:08:26 $
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