public static enum CardAndTerminalManager.PROTOCOL extends Enum<CardAndTerminalManager.PROTOCOL>
Modifier and Type | Method and Description |
---|---|
static CardAndTerminalManager.PROTOCOL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardAndTerminalManager.PROTOCOL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardAndTerminalManager.PROTOCOL T0
public static final CardAndTerminalManager.PROTOCOL T1
public static final CardAndTerminalManager.PROTOCOL TCL
public static final CardAndTerminalManager.PROTOCOL ANY
public static CardAndTerminalManager.PROTOCOL[] values()
for (CardAndTerminalManager.PROTOCOL c : CardAndTerminalManager.PROTOCOL.values()) System.out.println(c);
public static CardAndTerminalManager.PROTOCOL valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2012–2024 e-Contract.be BV. All rights reserved.