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