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