org.gxos.schema.types
Class NodeTypeType

java.lang.Object
  |
  +--org.gxos.schema.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 COLLECTION
          The instance of the Collection type
static int COLLECTION_TYPE
          The Collection type
static NodeTypeType DEVICE
          The instance of the Device type
static int DEVICE_TYPE
          The Device type
static NodeTypeType DOCUMENT
          The instance of the Document type
static int DOCUMENT_TYPE
          The Document type
static NodeTypeType EVENT
          The instance of the Event type
static int EVENT_TYPE
          The Event type
static NodeTypeType MEETINGCONTEXT
          The instance of the MeetingContext type
static int MEETINGCONTEXT_TYPE
          The MeetingContext type
static NodeTypeType MEGAMEETINGCONTEXT
          The instance of the MegaMeetingContext type
static int MEGAMEETINGCONTEXT_TYPE
          The MegaMeetingContext type
static NodeTypeType OTHER
          The instance of the Other type
static int OTHER_TYPE
          The Other type
static NodeTypeType PARENTFRAGMENT
          The instance of the ParentFragment type
static int PARENTFRAGMENT_TYPE
          The ParentFragment type
static NodeTypeType PARENTMETADATA
          The instance of the ParentMetaData type
static int PARENTMETADATA_TYPE
          The ParentMetaData type
static NodeTypeType ROOTCONTEXT
          The instance of the RootContext type
static int ROOTCONTEXT_TYPE
          The RootContext type
static NodeTypeType SHAREDLET
          The instance of the Sharedlet type
static int SHAREDLET_TYPE
          The Sharedlet type
static NodeTypeType STREAM
          The instance of the Stream type
static int STREAM_TYPE
          The Stream type
static NodeTypeType TOPIC
          The instance of the Topic type
static int TOPIC_TYPE
          The Topic type
static NodeTypeType USER
          The instance of the User type
static int USER_TYPE
          The User type
static NodeTypeType VIRTUALENVIRONMENT
          The instance of the VirtualEnvironment type
static int VIRTUALENVIRONMENT_TYPE
          The VirtualEnvironment 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

PARENTMETADATA_TYPE

public static final int PARENTMETADATA_TYPE
The ParentMetaData type

PARENTMETADATA

public static final NodeTypeType PARENTMETADATA
The instance of the ParentMetaData type

PARENTFRAGMENT_TYPE

public static final int PARENTFRAGMENT_TYPE
The ParentFragment type

PARENTFRAGMENT

public static final NodeTypeType PARENTFRAGMENT
The instance of the ParentFragment type

DOCUMENT_TYPE

public static final int DOCUMENT_TYPE
The Document type

DOCUMENT

public static final NodeTypeType DOCUMENT
The instance of the Document type

TOPIC_TYPE

public static final int TOPIC_TYPE
The Topic type

TOPIC

public static final NodeTypeType TOPIC
The instance of the Topic type

SHAREDLET_TYPE

public static final int SHAREDLET_TYPE
The Sharedlet type

SHAREDLET

public static final NodeTypeType SHAREDLET
The instance of the Sharedlet type

DEVICE_TYPE

public static final int DEVICE_TYPE
The Device type

DEVICE

public static final NodeTypeType DEVICE
The instance of the Device type

USER_TYPE

public static final int USER_TYPE
The User type

USER

public static final NodeTypeType USER
The instance of the User type

EVENT_TYPE

public static final int EVENT_TYPE
The Event type

EVENT

public static final NodeTypeType EVENT
The instance of the Event type

STREAM_TYPE

public static final int STREAM_TYPE
The Stream type

STREAM

public static final NodeTypeType STREAM
The instance of the Stream type

VIRTUALENVIRONMENT_TYPE

public static final int VIRTUALENVIRONMENT_TYPE
The VirtualEnvironment type

VIRTUALENVIRONMENT

public static final NodeTypeType VIRTUALENVIRONMENT
The instance of the VirtualEnvironment type

COLLECTION_TYPE

public static final int COLLECTION_TYPE
The Collection type

COLLECTION

public static final NodeTypeType COLLECTION
The instance of the Collection type

MEETINGCONTEXT_TYPE

public static final int MEETINGCONTEXT_TYPE
The MeetingContext type

MEETINGCONTEXT

public static final NodeTypeType MEETINGCONTEXT
The instance of the MeetingContext type

MEGAMEETINGCONTEXT_TYPE

public static final int MEGAMEETINGCONTEXT_TYPE
The MegaMeetingContext type

MEGAMEETINGCONTEXT

public static final NodeTypeType MEGAMEETINGCONTEXT
The instance of the MegaMeetingContext type

ROOTCONTEXT_TYPE

public static final int ROOTCONTEXT_TYPE
The RootContext type

ROOTCONTEXT

public static final NodeTypeType ROOTCONTEXT
The instance of the RootContext type

OTHER_TYPE

public static final int OTHER_TYPE
The Other type

OTHER

public static final NodeTypeType OTHER
The instance of the Other 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
Overrides:
toString in class java.lang.Object

valueOf

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