public enum RewardOfferTypeClassification extends java.lang.Enum<RewardOfferTypeClassification> implements ICRMLookupEnum
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<RewardOfferTypeClassification> |
getAdditiveClassifications() |
java.lang.String |
getLabel() |
java.lang.String |
getType() |
static RewardOfferTypeClassification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RewardOfferTypeClassification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RewardOfferTypeClassification UTILISE_FREE_CAPACITY
public static final RewardOfferTypeClassification REWARD_SIGN_UPS
public static final RewardOfferTypeClassification REWARD_REFERRALS
public static final RewardOfferTypeClassification INCREASE_REVENUE_TRANSACTION_BASED
public static final RewardOfferTypeClassification INCREASE_REVENUE_PRODUCT_BASED
public static final RewardOfferTypeClassification REWARD_LOYALTY_TRANSACTION_AMOUNT_BASED
public static final RewardOfferTypeClassification REWARD_LOYALTY_TRANSACTION_NUMBER_BASED
public static final RewardOfferTypeClassification REWARD_BEHAVIOR
public static final RewardOfferTypeClassification REWARD_ON_BIRTHDAY
public static final RewardOfferTypeClassification REWARD_SUBSCRIPTION_MATURITY
public static final RewardOfferTypeClassification REWARD_PERSONAL_DATA_COMPLETENESS
public static final RewardOfferTypeClassification REWARD_ACHIEVEMENTS
public static final RewardOfferTypeClassification REWARD_FINANCIAL_ACHIEVEMENTS
public static final RewardOfferTypeClassification JUST_MONEY
public static final RewardOfferTypeClassification REWARD_FINANCIAL_STATEMENTS
public static final RewardOfferTypeClassification REWARD_ON_NAMEDAY
public static RewardOfferTypeClassification[] values()
for (RewardOfferTypeClassification c : RewardOfferTypeClassification.values()) System.out.println(c);
public static RewardOfferTypeClassification 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
public java.lang.String getType()
public static java.util.ArrayList<RewardOfferTypeClassification> getAdditiveClassifications()