public static enum IPaySDK.CheckoutState extends java.lang.Enum<IPaySDK.CheckoutState>
Enum Constant and Description |
---|
CHECKOUT_COMPLETE_ACTIVITY_NOT_FOUND |
INVALID_CHECKOUT_CALLBACK_URLS |
INVALID_CHECKOUT_URL |
IPAY_APP_NOT_INSTALLED |
PROCESSING |
UNABLE_TO_PROCESS |
Modifier and Type | Method and Description |
---|---|
static IPaySDK.CheckoutState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPaySDK.CheckoutState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPaySDK.CheckoutState CHECKOUT_COMPLETE_ACTIVITY_NOT_FOUND
public static final IPaySDK.CheckoutState IPAY_APP_NOT_INSTALLED
public static final IPaySDK.CheckoutState INVALID_CHECKOUT_URL
public static final IPaySDK.CheckoutState UNABLE_TO_PROCESS
public static final IPaySDK.CheckoutState PROCESSING
public static final IPaySDK.CheckoutState INVALID_CHECKOUT_CALLBACK_URLS
public static IPaySDK.CheckoutState[] values()
for (IPaySDK.CheckoutState c : IPaySDK.CheckoutState.values()) System.out.println(c);
public static IPaySDK.CheckoutState 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 null