public static enum RFIDWithISO14443A.KeyType extends java.lang.Enum<RFIDWithISO14443A.KeyType>
Modifier and Type | Method and Description |
---|---|
static RFIDWithISO14443A.KeyType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDWithISO14443A.KeyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFIDWithISO14443A.KeyType TypeA
public static final RFIDWithISO14443A.KeyType TypeB
public static final RFIDWithISO14443A.KeyType TypeDes
public static RFIDWithISO14443A.KeyType 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 RFIDWithISO14443A.KeyType[] values()
for (RFIDWithISO14443A.KeyType c : RFIDWithISO14443A.KeyType.values()) System.out.println(c);