public static enum TerminalUtilsImpl.CARDTYPE extends Enum<TerminalUtilsImpl.CARDTYPE>
| Enum Constant and Description |
|---|
ACOS5_32K |
ACOS5_64K |
ACOS5_64K_BC |
ESMART_TOKEN_GOST |
ESMART_TOKEN_MSKEY |
ESMART_TOKEN32K |
ESMART_TOKEN64K |
ESMART_TOKEN64K_BC |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static TerminalUtilsImpl.CARDTYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TerminalUtilsImpl.CARDTYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TerminalUtilsImpl.CARDTYPE UNKNOWN
public static final TerminalUtilsImpl.CARDTYPE ACOS5_32K
public static final TerminalUtilsImpl.CARDTYPE ACOS5_64K
public static final TerminalUtilsImpl.CARDTYPE ACOS5_64K_BC
public static final TerminalUtilsImpl.CARDTYPE ESMART_TOKEN32K
public static final TerminalUtilsImpl.CARDTYPE ESMART_TOKEN64K
public static final TerminalUtilsImpl.CARDTYPE ESMART_TOKEN64K_BC
public static final TerminalUtilsImpl.CARDTYPE ESMART_TOKEN_GOST
public static final TerminalUtilsImpl.CARDTYPE ESMART_TOKEN_MSKEY
public static TerminalUtilsImpl.CARDTYPE[] values()
for (TerminalUtilsImpl.CARDTYPE c : TerminalUtilsImpl.CARDTYPE.values()) System.out.println(c);
public static TerminalUtilsImpl.CARDTYPE 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 © 2018. All rights reserved.