|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.ContentTypeType
Field Summary | |
static ContentTypeType |
BASICDOCUMENT
The instance of the BasicDocument type |
static int |
BASICDOCUMENT_TYPE
The BasicDocument type |
static ContentTypeType |
BUILTDOCUMENT
The instance of the BuiltDocument type |
static int |
BUILTDOCUMENT_TYPE
The BuiltDocument type |
static ContentTypeType |
FRAGMENT
The instance of the Fragment type |
static int |
FRAGMENT_TYPE
The Fragment type |
static ContentTypeType |
MULTIMEDIA
The instance of the Multimedia type |
static int |
MULTIMEDIA_TYPE
The Multimedia type |
static ContentTypeType |
POWERPOINT
The instance of the PowerPoint type |
static int |
POWERPOINT_TYPE
The PowerPoint type |
static ContentTypeType |
SHAREDLET
The instance of the Sharedlet type |
static int |
SHAREDLET_TYPE
The Sharedlet type |
static ContentTypeType |
SUMMARY
The instance of the Summary type |
static int |
SUMMARY_TYPE
The Summary type |
static ContentTypeType |
TEMPLATE
The instance of the Template type |
static int |
TEMPLATE_TYPE
The Template type |
static ContentTypeType |
WEBEXPORT
The instance of the WebExport type |
static int |
WEBEXPORT_TYPE
The WebExport type |
static ContentTypeType |
WEBML
The instance of the WebML type |
static int |
WEBML_TYPE
The WebML type |
static ContentTypeType |
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 ContentTypeType |
int |
getType()
Returns the type of this ContentTypeType |
java.lang.String |
toString()
Returns the String representation of this ContentTypeType |
static ContentTypeType |
valueOf(java.lang.String string)
Returns a new ContentTypeType 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 WEBEXPORT_TYPE
public static final ContentTypeType WEBEXPORT
public static final int SUMMARY_TYPE
public static final ContentTypeType SUMMARY
public static final int TEMPLATE_TYPE
public static final ContentTypeType TEMPLATE
public static final int BUILTDOCUMENT_TYPE
public static final ContentTypeType BUILTDOCUMENT
public static final int BASICDOCUMENT_TYPE
public static final ContentTypeType BASICDOCUMENT
public static final int FRAGMENT_TYPE
public static final ContentTypeType FRAGMENT
public static final int SHAREDLET_TYPE
public static final ContentTypeType SHAREDLET
public static final int POWERPOINT_TYPE
public static final ContentTypeType POWERPOINT
public static final int WORD_TYPE
public static final ContentTypeType WORD
public static final int MULTIMEDIA_TYPE
public static final ContentTypeType MULTIMEDIA
public static final int WEBML_TYPE
public static final ContentTypeType 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 ContentTypeType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |