public static enum DJM900nxs2.Channel extends Enum<DJM900nxs2.Channel>
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
String |
toString() |
static DJM900nxs2.Channel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DJM900nxs2.Channel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DJM900nxs2.Channel ONE
public static final DJM900nxs2.Channel TWO
public static final DJM900nxs2.Channel THREE
public static final DJM900nxs2.Channel FOUR
public static DJM900nxs2.Channel[] values()
for (DJM900nxs2.Channel c : DJM900nxs2.Channel.values()) System.out.println(c);
public static DJM900nxs2.Channel 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 nullpublic String toString()
toString
in class Enum<DJM900nxs2.Channel>
public int getIndex()
LX library by Mark C. Slee. © 2012-2020