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