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