|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Card_terminal.Terminal_type>
ds.ov2.util.Card_terminal.Terminal_type
public static enum Card_terminal.Terminal_type
Enumeration type for card terminals and emulators.
Enum Constant Summary | |
---|---|
JCOP_EMULATOR
The emulator from the jcop tools. |
|
PCSC_TERMINAL
A real card terminal, connected via PC/SC drivers. |
|
SUN_EMULATOR
One of the emulators from SUN, either cref or jcwde. |
Method Summary | |
---|---|
static Card_terminal.Terminal_type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Card_terminal.Terminal_type[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Card_terminal.Terminal_type PCSC_TERMINAL
public static final Card_terminal.Terminal_type SUN_EMULATOR
public static final Card_terminal.Terminal_type JCOP_EMULATOR
Method Detail |
---|
public static Card_terminal.Terminal_type[] values()
for (Card_terminal.Terminal_type c : Card_terminal.Terminal_type.values()) System.out.println(c);
public static Card_terminal.Terminal_type valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |