Package org.exolab.castor.xml.util
Class XMLContainerElementFieldDescriptor
- java.lang.Object
-
- org.exolab.castor.mapping.loader.FieldDescriptorImpl
-
- org.exolab.castor.xml.util.XMLFieldDescriptorImpl
-
- org.exolab.castor.xml.util.XMLContainerElementFieldDescriptor
-
- All Implemented Interfaces:
NatureExtendable
,PropertyHolder
,FieldDescriptor
,XMLFieldDescriptor
public class XMLContainerElementFieldDescriptor extends XMLFieldDescriptorImpl
- Version:
- $Revision: 5951 $ $Date: 2005-12-06 14:55:28 -0700 (Tue, 06 Dec 2005) $
- Author:
- Ralf Joachim
-
-
Field Summary
-
Fields inherited from class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
_isReference
-
Fields inherited from interface org.exolab.castor.xml.XMLFieldDescriptor
PROPERTY_XML_LANG, PROPERTY_XML_SPACE
-
-
Constructor Summary
Constructors Constructor Description XMLContainerElementFieldDescriptor(XMLFieldDescriptorImpl fieldDesc, NodeType primitiveNodeType)
-
Method Summary
-
Methods inherited from class org.exolab.castor.xml.util.XMLFieldDescriptorImpl
equals, getComponentType, getConstructorArgumentIndex, getLocationPath, getNameSpacePrefix, getNameSpaceURI, getNodeType, getQNamePrefix, getSchemaType, getSubstitutes, getValidator, getXMLName, getXMLProperty, hashCode, isConstructorArgument, isContainer, isDerivedFromXSList, isIncremental, isMapped, isNillable, isReference, matches, matches, setComponentType, setConstructorArgumentIndex, setContainer, setDerivedFromXSList, setIncremental, setLocationPath, setMapped, setMatches, setNameSpacePrefix, setNameSpaceURI, setNillable, setNodeType, setQNamePrefix, setReference, setSchemaType, setSubstitutes, setUseParentsNamespace, setValidator, setXMLName, setXMLProperty, toString
-
Methods inherited from class org.exolab.castor.mapping.loader.FieldDescriptorImpl
addNature, getClassDescriptor, getCollection, getComparator, getContainingClassDescriptor, getCreateMethod, getFieldName, getFieldType, getGetMethod, getHandler, getProperty, getSetMethod, hasNature, isDirect, isIdentity, isImmutable, isLazy, isMultivalued, isRequired, isTransient, setClassDescriptor, setCollection, setComparator, setContainingClassDescriptor, setCreateMethod, setDirect, setFieldName, setFieldType, setGetMethod, setHandler, setIdentity, setImmutable, setLazy, setMultivalued, setProperty, setRequired, setSetMethod, setTransient
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.exolab.castor.mapping.FieldDescriptor
getClassDescriptor, getContainingClassDescriptor, getFieldName, getFieldType, getHandler, isImmutable, isRequired, isTransient, setContainingClassDescriptor
-
Methods inherited from interface org.castor.core.nature.NatureExtendable
addNature, hasNature
-
Methods inherited from interface org.castor.core.nature.PropertyHolder
getProperty, setProperty
-
Methods inherited from interface org.exolab.castor.xml.XMLFieldDescriptor
isMultivalued
-
-
-
-
Constructor Detail
-
XMLContainerElementFieldDescriptor
public XMLContainerElementFieldDescriptor(XMLFieldDescriptorImpl fieldDesc, NodeType primitiveNodeType) throws MappingException
- Throws:
MappingException
-
-