public enum CardReaderType extends Enum<CardReaderType>
Enum Constant and Description |
---|
DATECS
Datecs BP-50.
|
INPAS
Inpas Smart Agent protocol via Ethernet.
|
INPAS_PAX_USB
Inpas Smart Agent protocol via USB for PAX connected to Android
|
INPAS_VERIFONE_USB
Inpas Smart Agent protocol via USB for Verifone connected to Android.
|
MIURA
Miura M006, M010, M007 connected via Bluetooth
|
MIURA_RXTX
MIURA M006, M010, M007 connected via USB to Desktop PC.
|
MIURA_TEST
Deprecated.
|
NFC
Deprecated.
|
SPIRE_SPM2
Spire SPm2 ans SPm20 connected via Bluetooth
|
TEST
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
String |
managerClassName |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static CardReaderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CardReaderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CardReaderType MIURA
public static final CardReaderType SPIRE_SPM2
@Deprecated public static final CardReaderType NFC
@Deprecated public static final CardReaderType MIURA_TEST
public static final CardReaderType MIURA_RXTX
@Deprecated public static final CardReaderType TEST
public static final CardReaderType INPAS
public static final CardReaderType INPAS_PAX_USB
public static final CardReaderType INPAS_VERIFONE_USB
public static final CardReaderType DATECS
public final String managerClassName
public static CardReaderType[] values()
for (CardReaderType c : CardReaderType.values()) System.out.println(c);
public static CardReaderType 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 nullpublic String toString()
toString
in class Enum<CardReaderType>
Copyright © 2018. All rights reserved.