org.gxos.schema.types
Class TemplateTypeType

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

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

See Also:
Serialized Form

Field Summary
static TemplateTypeType GROUP
          The instance of the Group type
static int GROUP_TYPE
          The Group type
static TemplateTypeType PAGE
          The instance of the Page type
static int PAGE_TYPE
          The Page type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of TemplateTypeType
 int getType()
          Returns the type of this TemplateTypeType
 java.lang.String toString()
          Returns the String representation of this TemplateTypeType
static TemplateTypeType valueOf(java.lang.String string)
          Returns a new TemplateTypeType 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

GROUP_TYPE

public static final int GROUP_TYPE
The Group type

GROUP

public static final TemplateTypeType GROUP
The instance of the Group type

PAGE_TYPE

public static final int PAGE_TYPE
The Page type

PAGE

public static final TemplateTypeType PAGE
The instance of the Page type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this TemplateTypeType

toString

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

valueOf

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