Enum Constant and Description |
---|
DISABLED |
ENABLED |
NULL |
REF |
SLOT_A |
SLOT_B |
SLOT_C |
SLOT_D |
SLOT_E |
SLOT_F |
SLOT_G |
SLOT_H |
SLOT_I |
SLOT_J |
SLOT_K |
SLOT_L |
Modifier and Type | Method and Description |
---|---|
static ADPDSlot |
getEnum(byte[] data) |
byte[] |
getID() |
ADPDSlot |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static ADPDSlot |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ADPDSlot[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ADPDSlot REF
public static final ADPDSlot ENABLED
public static final ADPDSlot DISABLED
public static final ADPDSlot NULL
public static final ADPDSlot SLOT_A
public static final ADPDSlot SLOT_B
public static final ADPDSlot SLOT_C
public static final ADPDSlot SLOT_D
public static final ADPDSlot SLOT_E
public static final ADPDSlot SLOT_F
public static final ADPDSlot SLOT_G
public static final ADPDSlot SLOT_H
public static final ADPDSlot SLOT_I
public static final ADPDSlot SLOT_J
public static final ADPDSlot SLOT_K
public static final ADPDSlot SLOT_L
public static ADPDSlot[] values()
for (ADPDSlot c : ADPDSlot.values()) System.out.println(c);
public static ADPDSlot 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 ADPDSlot getEnum(byte[] data)
public ADPDSlot getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public byte[] getID()
public java.lang.String toString()
toString
in class java.lang.Enum<ADPDSlot>