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