|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Status.Severity>
org.modeshape.web.jcr.rest.client.Status.Severity
public static enum Status.Severity
The status severity levels.
Enum Constant Summary | |
---|---|
ERROR
Indicates an error status. |
|
INFO
Indicates an informational status. |
|
OK
Indicates an OK status. |
|
UNKNOWN
Indicates an unknown status. |
|
WARNING
Indicates a warning status. |
Method Summary | |
---|---|
static Status.Severity |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Status.Severity[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Status.Severity ERROR
public static final Status.Severity INFO
public static final Status.Severity OK
public static final Status.Severity UNKNOWN
null
severity.
public static final Status.Severity WARNING
Method Detail |
---|
public static Status.Severity[] values()
for (Status.Severity c : Status.Severity.values()) System.out.println(c);
public static Status.Severity valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |