| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCSSClass() |
java.lang.String |
getLabel() |
java.lang.String |
getType() |
static LCSAlert |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LCSAlert[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCSAlert ERROR_ENVIRONMENT_MISMATCH
public static final LCSAlert ERROR_INVALID_ENVIRONMENT_TYPE
public static final LCSAlert ERROR_INVALID_TOKEN
public static final LCSAlert ERROR_INVALID_USER_CREDENTIALS
public static final LCSAlert ERROR_MISSING_TOKEN
public static final LCSAlert ERROR_MULTIPLE_TOKENS
public static final LCSAlert SUCCESS_CONNECTION_TO_LCS_VALID
public static final LCSAlert SUCCESS_VALID_TOKEN
public static final LCSAlert WARNING_HANDSHAKE_FAILED
public static final LCSAlert WARNING_LCS_PORTLET_NEW_VERSION_AVAILABLE
public static LCSAlert[] values()
for (LCSAlert c : LCSAlert.values()) System.out.println(c);
public static LCSAlert 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 getCSSClass()
public java.lang.String getLabel()
public java.lang.String getType()