public enum ReturnPaymentState extends Enum<ReturnPaymentState> implements SphereEnumeration
SphereEnumeration
.Enum Constant and Description |
---|
INITIAL |
NON_REFUNDABLE |
NOT_REFUNDED |
REFUNDED |
Modifier and Type | Method and Description |
---|---|
static ReturnPaymentState |
ofSphereValue(String value) |
static ReturnPaymentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnPaymentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
findBySphereName, name, toSphereName
public static final ReturnPaymentState NON_REFUNDABLE
public static final ReturnPaymentState INITIAL
public static final ReturnPaymentState REFUNDED
public static final ReturnPaymentState NOT_REFUNDED
public static ReturnPaymentState[] values()
for (ReturnPaymentState c : ReturnPaymentState.values()) System.out.println(c);
public static ReturnPaymentState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ReturnPaymentState ofSphereValue(String value)