org.gxos.schema.types
Class GroupTypeType

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

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

See Also:
Serialized Form

Field Summary
static GroupTypeType MULTIMEDIA
          The instance of the Multimedia type
static int MULTIMEDIA_TYPE
          The Multimedia type
static GroupTypeType POWERPOINT
          The instance of the PowerPoint type
static int POWERPOINT_TYPE
          The PowerPoint type
static GroupTypeType WEBML
          The instance of the WebML type
static int WEBML_TYPE
          The WebML type
static GroupTypeType WORD
          The instance of the Word type
static int WORD_TYPE
          The Word type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of GroupTypeType
 int getType()
          Returns the type of this GroupTypeType
 java.lang.String toString()
          Returns the String representation of this GroupTypeType
static GroupTypeType valueOf(java.lang.String string)
          Returns a new GroupTypeType 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

POWERPOINT_TYPE

public static final int POWERPOINT_TYPE
The PowerPoint type

POWERPOINT

public static final GroupTypeType POWERPOINT
The instance of the PowerPoint type

WORD_TYPE

public static final int WORD_TYPE
The Word type

WORD

public static final GroupTypeType WORD
The instance of the Word type

MULTIMEDIA_TYPE

public static final int MULTIMEDIA_TYPE
The Multimedia type

MULTIMEDIA

public static final GroupTypeType MULTIMEDIA
The instance of the Multimedia type

WEBML_TYPE

public static final int WEBML_TYPE
The WebML type

WEBML

public static final GroupTypeType WEBML
The instance of the WebML type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this GroupTypeType

toString

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

valueOf

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