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