public enum ContactlessCardCommonProtocols extends java.lang.Enum<ContactlessCardCommonProtocols>
Enum Constant and Description |
---|
INNOVATRON_B_PRIME_CARD |
ISO_14443_4 |
NFC_A_ISO_14443_3A |
NFC_B_ISO_14443_3B |
NFC_F_JIS_6319_4 |
NFC_V_ISO_15693 |
Modifier and Type | Method and Description |
---|---|
static ContactlessCardCommonProtocols |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContactlessCardCommonProtocols[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContactlessCardCommonProtocols ISO_14443_4
public static final ContactlessCardCommonProtocols NFC_A_ISO_14443_3A
public static final ContactlessCardCommonProtocols NFC_B_ISO_14443_3B
public static final ContactlessCardCommonProtocols NFC_F_JIS_6319_4
public static final ContactlessCardCommonProtocols NFC_V_ISO_15693
public static final ContactlessCardCommonProtocols INNOVATRON_B_PRIME_CARD
public static ContactlessCardCommonProtocols[] values()
for (ContactlessCardCommonProtocols c : ContactlessCardCommonProtocols.values()) System.out.println(c);
public static ContactlessCardCommonProtocols 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 null