Package org.exolab.castor.builder.info
Class IdentityInfo
java.lang.Object
org.exolab.castor.builder.info.FieldInfo
org.exolab.castor.builder.info.IdentityInfo
- All Implemented Interfaces:
NatureExtendable
,PropertyHolder
,XMLInfo
- Version:
- $Revision: 7915 $ $Date: 2005-03-05 06:42:06 -0700 (Sat, 05 Mar 2005) $
- Author:
- Keith Visco
-
Field Summary
Fields inherited from class org.exolab.castor.builder.info.FieldInfo
METHOD_PREFIX_ADD, METHOD_PREFIX_DELETE, METHOD_PREFIX_GET, METHOD_PREFIX_HAS, METHOD_PREFIX_IS, METHOD_PREFIX_SET, READ_METHOD, READ_WRITE_METHODS, WRITE_METHOD
Fields inherited from interface org.exolab.castor.builder.info.XMLInfo
CHOICE_NODE_NAME_ERROR_INDICATION
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityInfo
(String name, FieldMemberAndAccessorFactory memberAndAccessorFactory) Creates a new IdentityInfo. -
Method Summary
Methods inherited from class org.exolab.castor.builder.info.FieldInfo
addNature, getComment, getDeclaringClassInfo, getDefaultValue, getDeleteMethodName, getFieldInfoReference, getFixedValue, getHasMethodName, getIsMethodName, getMemberAndAccessorFactory, getMethods, getMethodSuffix, getName, getProperty, getReadMethodName, getSubstitutionGroupMembers, getValidator, getVisibility, getWriteMethodName, getXMLFieldHandler, hasNature, isBound, isContainer, isFinal, isNillable, isStatic, isTransient, requiresHasAndDeleteMethods, setBound, setComment, setContainer, setDeclaringClassInfo, setDefaultValue, setFieldInfoReference, setFinal, setFixedValue, setMethods, setNillable, setProperty, setStatic, setSubstitutionGroupMembers, setTransient, setValidator, setVisibility, setXMLFieldHandler
-
Constructor Details
-
IdentityInfo
Creates a new IdentityInfo.- Parameters:
name
- the name of this identitymemberAndAccessorFactory
- the FieldMemberAndAccessorFactory to be used
-