org.gxos.schema.types
Class SourceTypeType

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

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

See Also:
Serialized Form

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

POWERPOINT_TYPE

public static final int POWERPOINT_TYPE
The PowerPoint type

POWERPOINT

public static final SourceTypeType POWERPOINT
The instance of the PowerPoint type

WORD_TYPE

public static final int WORD_TYPE
The Word type

WORD

public static final SourceTypeType WORD
The instance of the Word type

REAL_TYPE

public static final int REAL_TYPE
The Real type

REAL

public static final SourceTypeType REAL
The instance of the Real type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this SourceTypeType

toString

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

valueOf

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