Enum Constant and Description |
---|
KEY_A_0x00 |
KEY_A_0x60 |
KEY_B_0x01 |
KEY_B_0x61 |
Modifier and Type | Field and Description |
---|---|
byte |
value |
Modifier and Type | Method and Description |
---|---|
static RFKeyMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFKeyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFKeyMode KEY_A_0x00
public static final RFKeyMode KEY_A_0x60
public static final RFKeyMode KEY_B_0x01
public static final RFKeyMode KEY_B_0x61
public static RFKeyMode[] values()
for (RFKeyMode c : RFKeyMode.values()) System.out.println(c);
public static RFKeyMode 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 null