|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.loader.AbstractFieldDescriptor
org.exolab.castor.mapping.loader.FieldDescriptorImpl
public class FieldDescriptorImpl
A basic field descriptor implementation. Engines will extend this class to provide additional functionality.
Constructor Summary | |
---|---|
protected |
FieldDescriptorImpl()
|
|
FieldDescriptorImpl(java.lang.String fieldName,
TypeInfo typeInfo,
FieldHandler handler,
boolean trans)
Constructs a new field descriptor. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class org.exolab.castor.mapping.loader.AbstractFieldDescriptor |
---|
getClassDescriptor, getContainingClassDescriptor, getFieldName, getFieldType, getHandler, isIdentity, isImmutable, isMultivalued, isRequired, isTransient, setClassDescriptor, setContainingClassDescriptor, setFieldName, setFieldType, setHandler, setIdentity, setImmutable, setMultivalued, setRequired, setTransient |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected FieldDescriptorImpl()
public FieldDescriptorImpl(java.lang.String fieldName, TypeInfo typeInfo, FieldHandler handler, boolean trans)
fieldName
- The field nametypeInfo
- The field type informationhandler
- The field handler (may be null)trans
- True if the field is transientMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |