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