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