org.gxos.schema.types
Class ContentTypeType

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

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

See Also:
Serialized Form

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

WEBEXPORT_TYPE

public static final int WEBEXPORT_TYPE
The WebExport type

WEBEXPORT

public static final ContentTypeType WEBEXPORT
The instance of the WebExport type

SUMMARY_TYPE

public static final int SUMMARY_TYPE
The Summary type

SUMMARY

public static final ContentTypeType SUMMARY
The instance of the Summary type

TEMPLATE_TYPE

public static final int TEMPLATE_TYPE
The Template type

TEMPLATE

public static final ContentTypeType TEMPLATE
The instance of the Template type

BUILTDOCUMENT_TYPE

public static final int BUILTDOCUMENT_TYPE
The BuiltDocument type

BUILTDOCUMENT

public static final ContentTypeType BUILTDOCUMENT
The instance of the BuiltDocument type

BASICDOCUMENT_TYPE

public static final int BASICDOCUMENT_TYPE
The BasicDocument type

BASICDOCUMENT

public static final ContentTypeType BASICDOCUMENT
The instance of the BasicDocument type

FRAGMENT_TYPE

public static final int FRAGMENT_TYPE
The Fragment type

FRAGMENT

public static final ContentTypeType FRAGMENT
The instance of the Fragment type

SHAREDLET_TYPE

public static final int SHAREDLET_TYPE
The Sharedlet type

SHAREDLET

public static final ContentTypeType SHAREDLET
The instance of the Sharedlet type

POWERPOINT_TYPE

public static final int POWERPOINT_TYPE
The PowerPoint type

POWERPOINT

public static final ContentTypeType POWERPOINT
The instance of the PowerPoint type

WORD_TYPE

public static final int WORD_TYPE
The Word type

WORD

public static final ContentTypeType WORD
The instance of the Word type

MULTIMEDIA_TYPE

public static final int MULTIMEDIA_TYPE
The Multimedia type

MULTIMEDIA

public static final ContentTypeType MULTIMEDIA
The instance of the Multimedia type

WEBML_TYPE

public static final int WEBML_TYPE
The WebML type

WEBML

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

enumerate

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

getType

public int getType()
Returns the type of this ContentTypeType

toString

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

valueOf

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