public enum PaymentGatewayAction extends java.lang.Enum<PaymentGatewayAction> implements com.crm.dataobject.ICRMLookupEnum
Enum Constant and Description |
---|
CREATE_ACCOUNT |
CREATE_CARD |
CREATE_PAYMENT |
CREATE_PAYMENT_CANCELLATION |
DELETE_ACCOUNT |
DELETE_CARD |
UPDATE_ACCOUNT |
UPDATE_CARD |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEjbMethodName() |
java.lang.String |
getLabel() |
static PaymentGatewayAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PaymentGatewayAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentGatewayAction CREATE_ACCOUNT
public static final PaymentGatewayAction UPDATE_ACCOUNT
public static final PaymentGatewayAction DELETE_ACCOUNT
public static final PaymentGatewayAction CREATE_CARD
public static final PaymentGatewayAction UPDATE_CARD
public static final PaymentGatewayAction DELETE_CARD
public static final PaymentGatewayAction CREATE_PAYMENT
public static final PaymentGatewayAction CREATE_PAYMENT_CANCELLATION
public static PaymentGatewayAction[] values()
for (PaymentGatewayAction c : PaymentGatewayAction.values()) System.out.println(c);
public static PaymentGatewayAction 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 com.crm.dataobject.ICRMLookupEnum
public java.lang.String getEjbMethodName()