org.oasis.ebxml.registry.bindings.rim.types
Class NodeTypeType

java.lang.Object
  extended byorg.oasis.ebxml.registry.bindings.rim.types.NodeTypeType
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
static NodeTypeType EMBEDDEDPATH
          The instance of the EmbeddedPath type
static int EMBEDDEDPATH_TYPE
          The EmbeddedPath type
static NodeTypeType NONUNIQUECODE
          The instance of the NonUniqueCode type
static int NONUNIQUECODE_TYPE
          The NonUniqueCode type
static NodeTypeType UNIQUECODE
          The instance of the UniqueCode type
static int UNIQUECODE_TYPE
          The UniqueCode type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of NodeTypeType
 int getType()
          Returns the type of this NodeTypeType
 java.lang.String toString()
          Returns the String representation of this NodeTypeType
static NodeTypeType valueOf(java.lang.String string)
          Returns a new NodeTypeType 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

UNIQUECODE_TYPE

public static final int UNIQUECODE_TYPE
The UniqueCode type

See Also:
Constant Field Values

UNIQUECODE

public static final NodeTypeType UNIQUECODE
The instance of the UniqueCode type


EMBEDDEDPATH_TYPE

public static final int EMBEDDEDPATH_TYPE
The EmbeddedPath type

See Also:
Constant Field Values

EMBEDDEDPATH

public static final NodeTypeType EMBEDDEDPATH
The instance of the EmbeddedPath type


NONUNIQUECODE_TYPE

public static final int NONUNIQUECODE_TYPE
The NonUniqueCode type

See Also:
Constant Field Values

NONUNIQUECODE

public static final NodeTypeType NONUNIQUECODE
The instance of the NonUniqueCode type

Method Detail

enumerate

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


getType

public int getType()
Returns the type of this NodeTypeType


toString

public java.lang.String toString()
Returns the String representation of this NodeTypeType


valueOf

public static NodeTypeType valueOf(java.lang.String string)
Returns a new NodeTypeType based on the given String value.

Parameters:
string -