public enum DCBConfigBlockIndex extends java.lang.Enum<DCBConfigBlockIndex> implements BaseEnum
Modifier and Type | Method and Description |
---|---|
static DCBConfigBlockIndex |
getEnum(byte[] data) |
byte[] |
getID() |
DCBConfigBlockIndex |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static DCBConfigBlockIndex |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DCBConfigBlockIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DCBConfigBlockIndex REF
public static final DCBConfigBlockIndex GENERAL_BLOCK
public static final DCBConfigBlockIndex AD5940_BLOCK
public static final DCBConfigBlockIndex ADPD4000_BLOCK
public static final DCBConfigBlockIndex ADXL362_BLOCK
public static final DCBConfigBlockIndex PPG_BLOCK
public static final DCBConfigBlockIndex ECG_BLOCK
public static final DCBConfigBlockIndex EDA_LCFG_BLOCK
public static final DCBConfigBlockIndex AD7156_BLOCK
public static final DCBConfigBlockIndex PEDOMETER_BLOCK
public static final DCBConfigBlockIndex TEMPERATURE_BLOCK
public static final DCBConfigBlockIndex LT_APP_LCFG_BLOCK
public static final DCBConfigBlockIndex UI_CONFIG_BLOCK
public static final DCBConfigBlockIndex USER0_BLOCK
public static final DCBConfigBlockIndex USER1_BLOCK
public static final DCBConfigBlockIndex USER2_BLOCK
public static final DCBConfigBlockIndex USER3_BLOCK
public static final DCBConfigBlockIndex BIA_LCFG_BLOCK
public static final DCBConfigBlockIndex BIA_DCFG_BLOCK
public static final DCBConfigBlockIndex EDA_DCFG_BLOCK
public static final DCBConfigBlockIndex ADP5360_BLOCK
public static final DCBConfigBlockIndex BLE_LCFG_BLOCK
public static final DCBConfigBlockIndex MAX_BLOCK
public static DCBConfigBlockIndex[] values()
for (DCBConfigBlockIndex c : DCBConfigBlockIndex.values()) System.out.println(c);
public static DCBConfigBlockIndex 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 DCBConfigBlockIndex getEnum(byte[] data)
public DCBConfigBlockIndex getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public java.lang.String toString()
toString
in class java.lang.Enum<DCBConfigBlockIndex>