Enum Constant and Description |
---|
APP_ADPD_BLUE |
APP_ADPD_GREEN |
APP_ADPD_INFRARED |
APP_ADPD_RED |
APP_ECG |
APP_PPG |
APP_TEMPERATURE_RESISTOR |
APP_TEMPERATURE_THERMISTOR |
REF |
Modifier and Type | Method and Description |
---|---|
static ADPDAppID |
getEnum(byte[] data) |
byte[] |
getID() |
ADPDAppID |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static ADPDAppID |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ADPDAppID[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ADPDAppID REF
public static final ADPDAppID APP_ECG
public static final ADPDAppID APP_PPG
public static final ADPDAppID APP_TEMPERATURE_THERMISTOR
public static final ADPDAppID APP_TEMPERATURE_RESISTOR
public static final ADPDAppID APP_ADPD_GREEN
public static final ADPDAppID APP_ADPD_RED
public static final ADPDAppID APP_ADPD_INFRARED
public static final ADPDAppID APP_ADPD_BLUE
public static ADPDAppID[] values()
for (ADPDAppID c : ADPDAppID.values()) System.out.println(c);
public static ADPDAppID 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 ADPDAppID getEnum(byte[] data)
public ADPDAppID getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public byte[] getID()
public java.lang.String toString()
toString
in class java.lang.Enum<ADPDAppID>