org.gxos.schema.types
Class NodeRootingType

java.lang.Object
  |
  +--org.gxos.schema.types.NodeRootingType
All Implemented Interfaces:
java.io.Serializable

public class NodeRootingType
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

LEAF_TYPE

public static final int LEAF_TYPE
The Leaf type

LEAF

public static final NodeRootingType LEAF
The instance of the Leaf type

INTERNALNODE_TYPE

public static final int INTERNALNODE_TYPE
The InternalNode type

INTERNALNODE

public static final NodeRootingType INTERNALNODE
The instance of the InternalNode type

ROOT_TYPE

public static final int ROOT_TYPE
The Root type

ROOT

public static final NodeRootingType ROOT
The instance of the Root type
Method Detail

enumerate

public static java.util.Enumeration enumerate()
Returns an enumeration of all possible instances of NodeRootingType

getType

public int getType()
Returns the type of this NodeRootingType

toString

public java.lang.String toString()
Returns the String representation of this NodeRootingType
Overrides:
toString in class java.lang.Object

valueOf

public static NodeRootingType valueOf(java.lang.String string)
Returns a new NodeRootingType based on the given String value.
Parameters:
string -