public static enum Mifare.KeyType extends java.lang.Enum<Mifare.KeyType>
Qualifiers and types | Methods and instructions |
---|---|
static Mifare.KeyType |
valueOf(java.lang.String name)
Returns an enum constant of this type with the specified name.
|
static Mifare.KeyType[] |
values()
Returns an array containing the constants in the order in which the constants of the enumeration type are declared.
|
public static final Mifare.KeyType KeyA
public static final Mifare.KeyType KeyB
public static Mifare.KeyType[] values()
for (Mifare.KeyType c : Mifare.KeyType.values()) System.out.println(c);
public static Mifare.KeyType 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