public static enum Mifare.Device extends java.lang.Enum<Mifare.Device>
| Enumerate constants and descriptions |
|---|
RF400U |
| Qualifiers and types | Methods and instructions |
|---|---|
static Mifare.Device |
valueOf(java.lang.String name)
Returns an enum constant of this type with the specified name.
|
static Mifare.Device[] |
values()
Returns an array containing the constants in the order in which the constants of the enumeration type are declared.
|
public static final Mifare.Device RF400U
public static Mifare.Device[] values()
for (Mifare.Device c : Mifare.Device.values()) System.out.println(c);
public static Mifare.Device valueOf(java.lang.String name)
name - The name of the enum constant to return.java.lang.IllegalArgumentException - If the enumeration type does not have a constant with the specified namejava.lang.NullPointerException - If the argument is null