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