public static enum RFIDWithISO14443A.TagType extends java.lang.Enum<RFIDWithISO14443A.TagType>
Enum Constant and Description |
---|
Mifare_DESFire |
Mifare_Mini |
Mifare_plus |
Mifare_plus_2k |
Mifare_plus_4k |
Mifare_Pro |
Mifare_ProX |
S50 |
S70 |
Ultra_light |
Unknow |
Modifier and Type | Method and Description |
---|---|
static RFIDWithISO14443A.TagType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDWithISO14443A.TagType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFIDWithISO14443A.TagType Mifare_DESFire
public static final RFIDWithISO14443A.TagType Mifare_Mini
public static final RFIDWithISO14443A.TagType Mifare_plus
public static final RFIDWithISO14443A.TagType Mifare_plus_2k
public static final RFIDWithISO14443A.TagType Mifare_plus_4k
public static final RFIDWithISO14443A.TagType Mifare_Pro
public static final RFIDWithISO14443A.TagType Mifare_ProX
public static final RFIDWithISO14443A.TagType S50
public static final RFIDWithISO14443A.TagType S70
public static final RFIDWithISO14443A.TagType Ultra_light
public static final RFIDWithISO14443A.TagType Unknow
public static RFIDWithISO14443A.TagType 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.TagType[] values()
for (RFIDWithISO14443A.TagType c : RFIDWithISO14443A.TagType.values()) System.out.println(c);