public enum LCSPortletState extends java.lang.Enum<LCSPortletState>
Enum Constant and Description |
---|
GOOD |
NO_AVAILABLE_SERVERS |
NO_CONNECTION |
NO_SUBSCRIPTION |
NOT_REGISTERED |
PLUGIN_ABSENT |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
int |
intValue() |
static LCSPortletState |
valueOf(int intValue) |
static LCSPortletState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LCSPortletState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LCSPortletState GOOD
public static final LCSPortletState NO_AVAILABLE_SERVERS
public static final LCSPortletState NO_CONNECTION
public static final LCSPortletState NO_SUBSCRIPTION
public static final LCSPortletState NOT_REGISTERED
public static final LCSPortletState PLUGIN_ABSENT
public static final LCSPortletState UNDEFINED
public static LCSPortletState[] values()
for (LCSPortletState c : LCSPortletState.values()) System.out.println(c);
public static LCSPortletState 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 LCSPortletState valueOf(int intValue)
public int intValue()