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