|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.xml.DescriptorType
public final class DescriptorType
This class represents the Possible Descriptor types used by the marshalling Framework. Currently only Attribute and Element descriptors are used.
Field Summary | |
---|---|
static DescriptorType |
attribute
The Attribute DescriptorType |
static short |
ATTRIBUTE
Represents the descriptor type for Attributes |
static DescriptorType |
element
The Element DescriptorType |
static short |
ELEMENT
Represents the descriptor type for Elements |
Method Summary | |
---|---|
short |
getType()
Returns the type of this DescriptorType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short ATTRIBUTE
public static final short ELEMENT
public static final DescriptorType attribute
public static final DescriptorType element
Method Detail |
---|
public short getType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |