Class PrimitivesClassDescriptor
java.lang.Object
org.exolab.castor.xml.descriptors.BaseDescriptor
org.exolab.castor.xml.descriptors.StringClassDescriptor
org.exolab.castor.xml.descriptors.PrimitivesClassDescriptor
- All Implemented Interfaces:
NatureExtendable
,PropertyHolder
,ClassDescriptor
,XMLClassDescriptor
The default primitives class descriptor, this is only used when unmarshaling a primitive as the
"root" object.
- Version:
- $Revision$ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
- Author:
- Keith Visco
-
Constructor Summary
ConstructorsConstructorDescriptionNo-arg constructor.Constructs a PrimitivesClassDescriptor for the given type. -
Method Summary
Methods inherited from class org.exolab.castor.xml.descriptors.StringClassDescriptor
getAccessMode, getAttributeDescriptors, getContentDescriptor, getElementDescriptors, getExtends, getFieldDescriptor, getFields, getIdentity, getJavaClass, getNameSpacePrefix, getNameSpaceURI, getValidator, getXMLName, setNameSpaceURI, setValidator, setXMLName
Methods inherited from class org.exolab.castor.xml.descriptors.BaseDescriptor
addNature, canAccept, checkDescriptorForCorrectOrderWithinSequence, getProperty, hasNature, isChoice, setProperty
-
Constructor Details
-
PrimitivesClassDescriptor
public PrimitivesClassDescriptor()No-arg constructor. -
PrimitivesClassDescriptor
Constructs a PrimitivesClassDescriptor for the given type.- Parameters:
type
- a Class representing the primitive
-