org.exolab.castor.xml
Class DescriptorType
java.lang.Object
|
+--org.exolab.castor.xml.DescriptorType
- public final class DescriptorType
- extends java.lang.Object
This class represents the Possible Descriptor types used
by the marshalling Framework. Currently only Attribute and Element
descriptors are used.
- Version:
- $Revision: 1.2 $ $Date: 2000/11/04 01:31:14 $
- Author:
- Keith Visco
Method Summary |
short |
getType()
Returns the type of this DescriptorType |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ATTRIBUTE
public static final short ATTRIBUTE
- Represents the descriptor type for Attributes
ELEMENT
public static final short ELEMENT
- Represents the descriptor type for Elements
attribute
public static final DescriptorType attribute
- The Attribute DescriptorType
element
public static final DescriptorType element
- The Element DescriptorType
getType
public short getType()
- Returns the type of this DescriptorType
- Returns:
- the type of this DescriptorType
Intalio Inc. (C) 1999-2001. All rights reserved http://www.intalio.com