public static enum Auth.ValidateCode extends java.lang.Enum<Auth.ValidateCode>
Modifier and Type | Method and Description |
---|---|
static Auth.ValidateCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Auth.ValidateCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Auth.ValidateCode OK
public static final Auth.ValidateCode OK_MASK
public static final Auth.ValidateCode FAIL
public static Auth.ValidateCode[] values()
for (Auth.ValidateCode c : Auth.ValidateCode.values()) System.out.println(c);
public static Auth.ValidateCode 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 null