public static enum PScroll.Type extends java.lang.Enum<PScroll.Type>
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<PScroll.Type> |
ALL_VALUES |
static java.util.List<PScroll.Type> |
VALUES |
| Modifier and Type | Method and Description |
|---|---|
static PScroll.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PScroll.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PScroll.Type UP
public static final PScroll.Type DOWN
public static final PScroll.Type CUSTOM
public static final java.util.List<PScroll.Type> ALL_VALUES
public static final java.util.List<PScroll.Type> VALUES
public static PScroll.Type[] values()
for (PScroll.Type c : PScroll.Type.values()) System.out.println(c);
public static PScroll.Type valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null