public enum BillcodeTransactionStatus extends java.lang.Enum<BillcodeTransactionStatus>
| Enum Constant and Description |
|---|
LOSS |
PENDING |
RECEIVED |
REFUNDED |
UNTRACEABLE |
| Modifier and Type | Method and Description |
|---|---|
static BillcodeTransactionStatus |
get(java.lang.String name)
Gets the billcode transaction status for given name.
|
static BillcodeTransactionStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BillcodeTransactionStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BillcodeTransactionStatus LOSS
public static final BillcodeTransactionStatus PENDING
public static final BillcodeTransactionStatus RECEIVED
public static final BillcodeTransactionStatus REFUNDED
public static final BillcodeTransactionStatus UNTRACEABLE
public static BillcodeTransactionStatus[] values()
for (BillcodeTransactionStatus c : BillcodeTransactionStatus.values()) System.out.println(c);
public static BillcodeTransactionStatus 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 BillcodeTransactionStatus get(java.lang.String name)
name - the name