public static enum Mifare.CardType extends java.lang.Enum<Mifare.CardType>
Enumerate constants and descriptions |
---|
S50 |
S70 |
Ultralight |
Qualifiers and types | Methods and instructions |
---|---|
static Mifare.CardType |
valueOf(java.lang.String name)
Returns an enum constant of this type with the specified name.
|
static Mifare.CardType[] |
values()
Returns the order of the constants of the enumeration type An array containing these constants.
|
public static final Mifare.CardType S50
public static final Mifare.CardType S70
public static final Mifare.CardType Ultralight
public static Mifare.CardType[] values()
for (Mifare.CardType c : Mifare.CardType.values()) System.out.println(c);
public static Mifare.CardType 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