|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SDataDiagnosis.Severity>
com.sage.orion.sdata.servlet.SDataDiagnosis.Severity
public static enum SDataDiagnosis.Severity
Severity of the diagnosis entry
Enum Constant Summary | |
---|---|
ERROR
error: operation failed, request should be modified before resubmitting. |
|
FATAL
severe error: operation should not be re-attempted (and other operations are likely to fail too). |
|
INFO
informational message, does not require any special attention |
|
TRANSIENT
transient error: operation failed but may succeed later in the same condition (record locked for example) |
|
WARNING
warning message: does not prevent operation from succeeding but may require attention |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static SDataDiagnosis.Severity |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SDataDiagnosis.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, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SDataDiagnosis.Severity INFO
public static final SDataDiagnosis.Severity WARNING
public static final SDataDiagnosis.Severity TRANSIENT
public static final SDataDiagnosis.Severity ERROR
public static final SDataDiagnosis.Severity FATAL
Method Detail |
---|
public static SDataDiagnosis.Severity[] values()
for (SDataDiagnosis.Severity c : SDataDiagnosis.Severity.values()) System.out.println(c);
public static SDataDiagnosis.Severity 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 name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<SDataDiagnosis.Severity>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |