public enum RefundState extends java.lang.Enum<RefundState>
| Enum Constant and Description |
|---|
MER_PROCESS |
REFUND_CLOSE |
REFUND_FAIL |
REFUND_NOTNEED |
REFUND_ORIGINAL |
REFUND_PAY_NOT_SUCCESS |
REFUND_PROCESS |
REFUND_SUCCESS |
REFUND_UNKNOWN |
REFUND_WAIT_AUDIT |
| Modifier and Type | Method and Description |
|---|---|
static RefundState |
getStringRefundState(int valueInt) |
static RefundState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RefundState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RefundState REFUND_SUCCESS
public static final RefundState REFUND_FAIL
public static final RefundState REFUND_PROCESS
public static final RefundState MER_PROCESS
public static final RefundState REFUND_UNKNOWN
public static final RefundState REFUND_WAIT_AUDIT
public static final RefundState REFUND_CLOSE
public static final RefundState REFUND_ORIGINAL
public static final RefundState REFUND_NOTNEED
public static final RefundState REFUND_PAY_NOT_SUCCESS
public static RefundState[] values()
for (RefundState c : RefundState.values()) System.out.println(c);
public static RefundState 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 RefundState getStringRefundState(int valueInt)