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