public enum CommunicationCentreAction extends java.lang.Enum<CommunicationCentreAction> implements ICRMLookupEnum
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
java.lang.String |
getName() |
static CommunicationCentreAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationCentreAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommunicationCentreAction LOG_PERSON_INFORMATION
public static final CommunicationCentreAction LOG_COMPANY_INFORMATION
public static final CommunicationCentreAction CREATE_NEW_ACCOUNTS_RECEIVABLE
public static final CommunicationCentreAction BECOME_SUBSCRIBER
public static final CommunicationCentreAction PAY_A_BILL
public static final CommunicationCentreAction SCHEDULE_AN_ACTIVITY
public static final CommunicationCentreAction PLAN_A_JOB
public static final CommunicationCentreAction USE_VOUCHER
public static final CommunicationCentreAction PURCHASE_VOUCHER
public static final CommunicationCentreAction CANCEL_VOUCHER
public static final CommunicationCentreAction RETRIEVE_VOUCHER_SECRET_NUMBER
public static final CommunicationCentreAction CREATE_A_COMMUNICATION
public static final CommunicationCentreAction RAISE_A_SERVICE_REQUEST
public static final CommunicationCentreAction TAKE_A_LEAD
public static final CommunicationCentreAction POST_PAYMENT
public static final CommunicationCentreAction SIGN_UP_REWARDS_PARTICIPANT
public static final CommunicationCentreAction USE_WALLET_TO_PURCHASE_ELECTRONIC_VOUCHER
public static CommunicationCentreAction[] values()
for (CommunicationCentreAction c : CommunicationCentreAction.values()) System.out.println(c);
public static CommunicationCentreAction 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 getName()
public java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum