public static enum JPanelConfigPayment.Gateways extends Enum<JPanelConfigPayment.Gateways>
Enum Constant and Description |
---|
AUTHORIZE_NET |
CREDIT |
EXTERNAL |
HEARTLAND |
MEMBERCARD |
MERCHANTWARE |
NOT_DEFINED |
OPI |
SECPAY |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static JPanelConfigPayment.Gateways |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JPanelConfigPayment.Gateways[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JPanelConfigPayment.Gateways NOT_DEFINED
public static final JPanelConfigPayment.Gateways EXTERNAL
public static final JPanelConfigPayment.Gateways OPI
public static final JPanelConfigPayment.Gateways CREDIT
public static final JPanelConfigPayment.Gateways AUTHORIZE_NET
public static final JPanelConfigPayment.Gateways HEARTLAND
public static final JPanelConfigPayment.Gateways MERCHANTWARE
public static final JPanelConfigPayment.Gateways MEMBERCARD
public static final JPanelConfigPayment.Gateways SECPAY
public static JPanelConfigPayment.Gateways[] values()
for (JPanelConfigPayment.Gateways c : JPanelConfigPayment.Gateways.values()) System.out.println(c);
public static JPanelConfigPayment.Gateways 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.Gateways>
Copyright © 2021. All rights reserved.