public static enum SAConfigPaymentMethods.EnabledPaymentMethodsEnum extends Enum<SAConfigPaymentMethods.EnabledPaymentMethodsEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
SAConfigPaymentMethods.EnabledPaymentMethodsEnum.Adapter |
| Enum Constant and Description |
|---|
CARD |
ECHECK |
PAYPAL |
VISACHECKOUT |
| Modifier and Type | Method and Description |
|---|---|
static SAConfigPaymentMethods.EnabledPaymentMethodsEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static SAConfigPaymentMethods.EnabledPaymentMethodsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SAConfigPaymentMethods.EnabledPaymentMethodsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SAConfigPaymentMethods.EnabledPaymentMethodsEnum CARD
public static final SAConfigPaymentMethods.EnabledPaymentMethodsEnum ECHECK
public static final SAConfigPaymentMethods.EnabledPaymentMethodsEnum VISACHECKOUT
public static final SAConfigPaymentMethods.EnabledPaymentMethodsEnum PAYPAL
public static SAConfigPaymentMethods.EnabledPaymentMethodsEnum[] values()
for (SAConfigPaymentMethods.EnabledPaymentMethodsEnum c : SAConfigPaymentMethods.EnabledPaymentMethodsEnum.values()) System.out.println(c);
public static SAConfigPaymentMethods.EnabledPaymentMethodsEnum 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 getValue()
public String toString()
toString in class Enum<SAConfigPaymentMethods.EnabledPaymentMethodsEnum>public static SAConfigPaymentMethods.EnabledPaymentMethodsEnum fromValue(String text)
Copyright © 2024. All rights reserved.