|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.castor.mapping.xml.types.NodeType
Field Summary | |
static NodeType |
ATTRIBUTE
The instance of the attribute type |
static int |
ATTRIBUTE_TYPE
The attribute type |
static NodeType |
ELEMENT
The instance of the element type |
static int |
ELEMENT_TYPE
The element type |
static NodeType |
TEXT
The instance of the text type |
static int |
TEXT_TYPE
The text type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of NodeType |
int |
getType()
Returns the type of this NodeType |
java.lang.String |
toString()
Returns the String representation of this NodeType |
static NodeType |
valueOf(java.lang.String string)
Returns a new NodeType based on the given String value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ATTRIBUTE_TYPE
public static final NodeType ATTRIBUTE
public static final int ELEMENT_TYPE
public static final NodeType ELEMENT
public static final int TEXT_TYPE
public static final NodeType TEXT
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
public static NodeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |