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