|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.NodeRootingType
Field Summary | |
static NodeRootingType |
INTERNALNODE
The instance of the InternalNode type |
static int |
INTERNALNODE_TYPE
The InternalNode type |
static NodeRootingType |
LEAF
The instance of the Leaf type |
static int |
LEAF_TYPE
The Leaf type |
static NodeRootingType |
ROOT
The instance of the Root type |
static int |
ROOT_TYPE
The Root type |
Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of NodeRootingType |
int |
getType()
Returns the type of this NodeRootingType |
java.lang.String |
toString()
Returns the String representation of this NodeRootingType |
static NodeRootingType |
valueOf(java.lang.String string)
Returns a new NodeRootingType 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 LEAF_TYPE
public static final NodeRootingType LEAF
public static final int INTERNALNODE_TYPE
public static final NodeRootingType INTERNALNODE
public static final int ROOT_TYPE
public static final NodeRootingType ROOT
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static NodeRootingType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |