public static enum JPanelConfigPayment.Cardreaders extends Enum<JPanelConfigPayment.Cardreaders>
Enum Constant and Description |
---|
GENERIC |
INTELLIGENT |
LINE |
NOT_DEFINED |
OPI_PIN_PAD |
PCR300 |
PCR310 |
STRING |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static JPanelConfigPayment.Cardreaders |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPanelConfigPayment.Cardreaders[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JPanelConfigPayment.Cardreaders NOT_DEFINED
public static final JPanelConfigPayment.Cardreaders GENERIC
public static final JPanelConfigPayment.Cardreaders INTELLIGENT
public static final JPanelConfigPayment.Cardreaders STRING
public static final JPanelConfigPayment.Cardreaders LINE
public static final JPanelConfigPayment.Cardreaders PCR300
public static final JPanelConfigPayment.Cardreaders PCR310
public static final JPanelConfigPayment.Cardreaders OPI_PIN_PAD
public static JPanelConfigPayment.Cardreaders[] values()
for (JPanelConfigPayment.Cardreaders c : JPanelConfigPayment.Cardreaders.values()) System.out.println(c);
public static JPanelConfigPayment.Cardreaders 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<JPanelConfigPayment.Cardreaders>
Copyright © 2021. All rights reserved.