Package org.exolab.castor.xml
Class DescriptorType
- java.lang.Object
-
- org.exolab.castor.xml.DescriptorType
-
public final class DescriptorType extends java.lang.ObjectThis class represents the Possible Descriptor types used by the marshalling Framework. Currently only Attribute and Element descriptors are used.- Version:
- $Revision: 8145 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $
- Author:
- Keith Visco
-
-
Field Summary
Fields Modifier and Type Field Description static DescriptorTypeattributeThe Attribute DescriptorType.static shortATTRIBUTERepresents the descriptor type for Attributes.static DescriptorTypeelementThe Element DescriptorType.static shortELEMENTRepresents the descriptor type for Elements.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description shortgetType()Returns the type of this DescriptorType.
-
-
-
Field Detail
-
ATTRIBUTE
public static final short ATTRIBUTE
Represents the descriptor type for Attributes.- See Also:
- Constant Field Values
-
ELEMENT
public static final short ELEMENT
Represents the descriptor type for Elements.- See Also:
- Constant Field Values
-
attribute
public static final DescriptorType attribute
The Attribute DescriptorType.
-
element
public static final DescriptorType element
The Element DescriptorType.
-
-