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