org.exolab.castor.mapping.loader
Class FieldDescriptorImpl

java.lang.Object
  extended byorg.exolab.castor.mapping.loader.AbstractFieldDescriptor
      extended byorg.exolab.castor.mapping.loader.FieldDescriptorImpl
All Implemented Interfaces:
FieldDescriptor

public class FieldDescriptorImpl
extends AbstractFieldDescriptor

A basic field descriptor implementation. Engines will extend this class to provide additional functionality.

Version:
$Revision: 6907 $ $Date: 2005-12-06 14:55:28 -0700 (Tue, 06 Dec 2005) $
Author:
Assaf Arkin, Ralf Joachim

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

FieldDescriptorImpl

protected FieldDescriptorImpl()

FieldDescriptorImpl

public FieldDescriptorImpl(java.lang.String fieldName,
                           TypeInfo typeInfo,
                           FieldHandler handler,
                           boolean trans)
Constructs a new field descriptor.

Parameters:
fieldName - The field name
typeInfo - The field type information
handler - The field handler (may be null)
trans - True if the field is transient
Method Detail

toString

public java.lang.String toString()


Copyright 2008 null. All Rights Reserved.