public static enum ParserParam.DeviceTypeEnum extends Enum<ParserParam.DeviceTypeEnum>
| Enum Constant and Description |
|---|
GENERIC |
IDTECH |
INGENICO_RA1 |
INGENICO_RBA |
MIURA |
PRIMA |
VERIFONE |
WISEPAD |
WISEPAD2 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ParserParam.DeviceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParserParam.DeviceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParserParam.DeviceTypeEnum GENERIC
public static final ParserParam.DeviceTypeEnum IDTECH
public static final ParserParam.DeviceTypeEnum INGENICO_RA1
public static final ParserParam.DeviceTypeEnum INGENICO_RBA
public static final ParserParam.DeviceTypeEnum MIURA
public static final ParserParam.DeviceTypeEnum PRIMA
public static final ParserParam.DeviceTypeEnum VERIFONE
public static final ParserParam.DeviceTypeEnum WISEPAD
public static final ParserParam.DeviceTypeEnum WISEPAD2
public static ParserParam.DeviceTypeEnum[] values()
for (ParserParam.DeviceTypeEnum c : ParserParam.DeviceTypeEnum.values()) System.out.println(c);
public static ParserParam.DeviceTypeEnum 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<ParserParam.DeviceTypeEnum>Copyright © 2018. All rights reserved.