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