public static enum RSMSet.PageDirection extends Enum<RSMSet.PageDirection>
Modifier and Type | Method and Description |
---|---|
static RSMSet.PageDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RSMSet.PageDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RSMSet.PageDirection before
public static final RSMSet.PageDirection after
public static RSMSet.PageDirection[] values()
for (RSMSet.PageDirection c : RSMSet.PageDirection.values()) System.out.println(c);
public static RSMSet.PageDirection 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