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