Enum Constant and Description |
---|
DISABLED |
ENABLED |
LED_BLUE |
LED_GREEN |
LED_IR |
LED_MWL |
LED_RED |
REF |
Modifier and Type | Method and Description |
---|---|
static ADPDLed |
getEnum(byte[] data) |
byte[] |
getID() |
ADPDLed |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static ADPDLed |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ADPDLed[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ADPDLed REF
public static final ADPDLed ENABLED
public static final ADPDLed DISABLED
public static final ADPDLed LED_MWL
public static final ADPDLed LED_GREEN
public static final ADPDLed LED_RED
public static final ADPDLed LED_IR
public static final ADPDLed LED_BLUE
public static ADPDLed[] values()
for (ADPDLed c : ADPDLed.values()) System.out.println(c);
public static ADPDLed 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 static ADPDLed getEnum(byte[] data)
public ADPDLed getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public java.lang.String toString()
toString
in class java.lang.Enum<ADPDLed>