|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.NodeTypeType
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 |
public static final int PARENTMETADATA_TYPE
public static final NodeTypeType PARENTMETADATA
public static final int PARENTFRAGMENT_TYPE
public static final NodeTypeType PARENTFRAGMENT
public static final int DOCUMENT_TYPE
public static final NodeTypeType DOCUMENT
public static final int TOPIC_TYPE
public static final NodeTypeType TOPIC
public static final int SHAREDLET_TYPE
public static final NodeTypeType SHAREDLET
public static final int DEVICE_TYPE
public static final NodeTypeType DEVICE
public static final int USER_TYPE
public static final NodeTypeType USER
public static final int EVENT_TYPE
public static final NodeTypeType EVENT
public static final int STREAM_TYPE
public static final NodeTypeType STREAM
public static final int VIRTUALENVIRONMENT_TYPE
public static final NodeTypeType VIRTUALENVIRONMENT
public static final int COLLECTION_TYPE
public static final NodeTypeType COLLECTION
public static final int MEETINGCONTEXT_TYPE
public static final NodeTypeType MEETINGCONTEXT
public static final int MEGAMEETINGCONTEXT_TYPE
public static final NodeTypeType MEGAMEETINGCONTEXT
public static final int ROOTCONTEXT_TYPE
public static final NodeTypeType ROOTCONTEXT
public static final int OTHER_TYPE
public static final NodeTypeType OTHER
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static NodeTypeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |