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