public static enum PageNumberField.DisplayType extends Enum<PageNumberField.DisplayType>
Enum Constant and Description |
---|
CURRENT_PAGE |
NEXT_PAGE |
PREVIOUS_PAGE |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PageNumberField.DisplayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageNumberField.DisplayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageNumberField.DisplayType PREVIOUS_PAGE
public static final PageNumberField.DisplayType CURRENT_PAGE
public static final PageNumberField.DisplayType NEXT_PAGE
public static PageNumberField.DisplayType[] values()
for (PageNumberField.DisplayType c : PageNumberField.DisplayType.values()) System.out.println(c);
public static PageNumberField.DisplayType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<PageNumberField.DisplayType>
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.