org.gxos.schema.types
Class PageNumberType

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

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

See Also:
Serialized Form

Field Summary
static PageNumberType NEXT
          The instance of the Next type
static int NEXT_TYPE
          The Next type
static PageNumberType NUMBER
          The instance of the Number type
static int NUMBER_TYPE
          The Number type
static PageNumberType PREVIOUS
          The instance of the Previous type
static int PREVIOUS_TYPE
          The Previous type
 
Method Summary
static java.util.Enumeration enumerate()
          Returns an enumeration of all possible instances of PageNumberType
 int getType()
          Returns the type of this PageNumberType
 java.lang.String toString()
          Returns the String representation of this PageNumberType
static PageNumberType valueOf(java.lang.String string)
          Returns a new PageNumberType 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

NEXT_TYPE

public static final int NEXT_TYPE
The Next type

NEXT

public static final PageNumberType NEXT
The instance of the Next type

PREVIOUS_TYPE

public static final int PREVIOUS_TYPE
The Previous type

PREVIOUS

public static final PageNumberType PREVIOUS
The instance of the Previous type

NUMBER_TYPE

public static final int NUMBER_TYPE
The Number type

NUMBER

public static final PageNumberType NUMBER
The instance of the Number type
Method Detail

enumerate

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

getType

public int getType()
Returns the type of this PageNumberType

toString

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

valueOf

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