Public Member Functions

org.exolab.castor.mapping.FieldDescriptor Interface Reference

Inheritance diagram for org.exolab.castor.mapping.FieldDescriptor:
org.exolab.castor.mapping.loader.DelegateFieldDescriptor org.exolab.castor.mapping.loader.FieldDescriptorImpl org.exolab.castor.xml.XMLFieldDescriptor org.exolab.castor.xml.util.XMLFieldDescriptorImpl org.exolab.castor.xml.XMLMappingLoader.ContainerElementFieldDescriptor

List of all members.

Public Member Functions

void setContainingClassDescriptor (ClassDescriptor contClsDesc)
ClassDescriptor getContainingClassDescriptor ()
String getFieldName ()
Class getFieldType ()
boolean isTransient ()
boolean isImmutable ()
boolean isRequired ()
boolean isMultivalued ()
ClassDescriptor getClassDescriptor ()
FieldHandler getHandler ()

Detailed Description

Describes the properties of a field. Implementations will extend this inteface to provide additional properties.

Author:
Assaf Arkin
Version:
Revision:
1.1.1.1
Date:
2003/03/03 07:08:26
See also:
FieldHandler

Member Function Documentation

ClassDescriptor org.exolab.castor.mapping.FieldDescriptor.getClassDescriptor (  ) 
void org.exolab.castor.mapping.FieldDescriptor.setContainingClassDescriptor ( ClassDescriptor  contClsDesc  ) 

The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties