public enum PaymentPreferenceIdentifierField extends java.lang.Enum<PaymentPreferenceIdentifierField> implements ICRMLookupEnum
Enum Constant and Description |
---|
BANK_ACCOUNT_NUMBER |
PAYMENT_MEDIUM_IDENTIFIER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static PaymentPreferenceIdentifierField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentPreferenceIdentifierField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentPreferenceIdentifierField PAYMENT_MEDIUM_IDENTIFIER
public static final PaymentPreferenceIdentifierField BANK_ACCOUNT_NUMBER
public static PaymentPreferenceIdentifierField[] values()
for (PaymentPreferenceIdentifierField c : PaymentPreferenceIdentifierField.values()) System.out.println(c);
public static PaymentPreferenceIdentifierField valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum