|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.GroupTypeType
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 |
public static final int POWERPOINT_TYPE
public static final GroupTypeType POWERPOINT
public static final int WORD_TYPE
public static final GroupTypeType WORD
public static final int MULTIMEDIA_TYPE
public static final GroupTypeType MULTIMEDIA
public static final int WEBML_TYPE
public static final GroupTypeType WEBML
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static GroupTypeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |