org.gxos.schema.types
Class PageTypeType

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

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

See Also:
Serialized Form

Field Summary
static PageTypeType VALUE_0
          The instance of the PowerPoint type
static int VALUE_0_TYPE
          The PowerPoint type
static PageTypeType VALUE_1
          The instance of the Word type
static int VALUE_1_TYPE
          The Word type
static PageTypeType VALUE_2
          The instance of the Multimedia type
static int VALUE_2_TYPE
          The Multimedia type
static PageTypeType VALUE_3
          The instance of the WebML(HTML XML etc.) type
static int VALUE_3_TYPE
          The WebML(HTML XML etc.) type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of PageTypeType
 int getType()
          Returns the type of this PageTypeType
 java.lang.String toString()
          Returns the String representation of this PageTypeType
static PageTypeType valueOf(java.lang.String string)
          Returns a new PageTypeType 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

VALUE_0_TYPE

public static final int VALUE_0_TYPE
The PowerPoint type

VALUE_0

public static final PageTypeType VALUE_0
The instance of the PowerPoint type

VALUE_1_TYPE

public static final int VALUE_1_TYPE
The Word type

VALUE_1

public static final PageTypeType VALUE_1
The instance of the Word type

VALUE_2_TYPE

public static final int VALUE_2_TYPE
The Multimedia type

VALUE_2

public static final PageTypeType VALUE_2
The instance of the Multimedia type

VALUE_3_TYPE

public static final int VALUE_3_TYPE
The WebML(HTML XML etc.) type

VALUE_3

public static final PageTypeType VALUE_3
The instance of the WebML(HTML XML etc.) type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this PageTypeType

toString

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

valueOf

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