|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.SourceTypeType
Field Summary | |
static SourceTypeType |
POWERPOINT
The instance of the PowerPoint type |
static int |
POWERPOINT_TYPE
The PowerPoint type |
static SourceTypeType |
REAL
The instance of the Real type |
static int |
REAL_TYPE
The Real type |
static SourceTypeType |
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 SourceTypeType |
int |
getType()
Returns the type of this SourceTypeType |
java.lang.String |
toString()
Returns the String representation of this SourceTypeType |
static SourceTypeType |
valueOf(java.lang.String string)
Returns a new SourceTypeType 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 SourceTypeType POWERPOINT
public static final int WORD_TYPE
public static final SourceTypeType WORD
public static final int REAL_TYPE
public static final SourceTypeType REAL
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static SourceTypeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |