public enum RecurringPaymentMandatoryOption extends java.lang.Enum<RecurringPaymentMandatoryOption> implements ICRMLookupEnum
| Enum Constant and Description |
|---|
ALWAYS_MANDATORY |
NEVER_MANDATORY |
NOT_MANDATORY_ON_CONDITIONS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel() |
static RecurringPaymentMandatoryOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecurringPaymentMandatoryOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecurringPaymentMandatoryOption ALWAYS_MANDATORY
public static final RecurringPaymentMandatoryOption NEVER_MANDATORY
public static final RecurringPaymentMandatoryOption NOT_MANDATORY_ON_CONDITIONS
public static RecurringPaymentMandatoryOption[] values()
for (RecurringPaymentMandatoryOption c : RecurringPaymentMandatoryOption.values()) System.out.println(c);
public static RecurringPaymentMandatoryOption 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