public static enum Errors.ErrorMsg extends java.lang.Enum<Errors.ErrorMsg>
| Enum Constant and Description |
|---|
CANCEL_PERMISSIONS_PUBLISH |
CANCEL_WEB_LOGIN |
LOGIN |
PERMISSIONS_PUBLISH |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
message() |
static Errors.ErrorMsg |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Errors.ErrorMsg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Errors.ErrorMsg LOGIN
public static final Errors.ErrorMsg CANCEL_WEB_LOGIN
public static final Errors.ErrorMsg PERMISSIONS_PUBLISH
public static final Errors.ErrorMsg CANCEL_PERMISSIONS_PUBLISH
public static Errors.ErrorMsg[] values()
for (Errors.ErrorMsg c : Errors.ErrorMsg.values()) System.out.println(c);
public static Errors.ErrorMsg 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 java.lang.String message()