public static enum Page.Order extends Enum<Page.Order>
Modifier and Type | Method and Description |
---|---|
static Page.Order |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Page.Order[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Page.Order PREVIOUS
public static final Page.Order NEXT
public static Page.Order[] values()
for (Page.Order c : Page.Order.values()) System.out.println(c);
public static Page.Order 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 null"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"