public enum TargetProfileConditionType extends java.lang.Enum<TargetProfileConditionType> implements ICRMLookupEnum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static TargetProfileConditionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetProfileConditionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TargetProfileConditionType OWNED_BY_GROUP
public static final TargetProfileConditionType ACCOUNTS_RECEIVABLE_CLASSIFICATION
public static final TargetProfileConditionType SUBSCRIPTION_BINDING_PERIOD
public static final TargetProfileConditionType SUBSCRIPTION_TYPE
public static final TargetProfileConditionType SUBSCRIPTION_BILLING_TERM_SCHEME
public static final TargetProfileConditionType SUBSCRIPTION_EFFECTIVE_DATE
public static final TargetProfileConditionType JOB_TYPE
public static final TargetProfileConditionType PARTNER_GROUPS
public static final TargetProfileConditionType INCLUDED_IN_SEGMENTS
public static final TargetProfileConditionType EXCLUDED_SEGMENTS
public static final TargetProfileConditionType PARTNER_COMMUNITIES
public static TargetProfileConditionType[] values()
for (TargetProfileConditionType c : TargetProfileConditionType.values()) System.out.println(c);
public static TargetProfileConditionType 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