|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gxos.schema.types.PageNumberType
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 |
public static final int NEXT_TYPE
public static final PageNumberType NEXT
public static final int PREVIOUS_TYPE
public static final PageNumberType PREVIOUS
public static final int NUMBER_TYPE
public static final PageNumberType NUMBER
Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static PageNumberType valueOf(java.lang.String string)
string
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |