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