|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectlsst.gruth.grutils.Advice
enum Advice
A simple value to store the result of a human being's analysis of the RawDiagnostic (result) of a TztReport (report).
Enum Constant Summary | |
---|---|
ACKNOWLEDGED_NEGATIVE
|
|
ACKNOWLEDGED_POSITIVE
|
|
BEING_INVESTIGATED
|
|
FORCE_ERROR
|
|
FORCE_SUCCESS
|
|
KNOWN_TO_BE_UNSUCCESSFUL
WARNINGS |
|
RESULT_INDEPENDENT_FORCE_ERROR
ERRORS |
|
RESULT_INDEPENDENT_FORCE_SUCCESS
Force success |
|
RESULT_INDEPENDENT_POSITIVE
OK |
|
TO_BE_CORRECTED_LATER
|
Field Summary | |
---|---|
private java.lang.String |
details
|
Constructor Summary | |
Advice(java.lang.String details)
|
Method Summary | |
---|---|
Advice
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
Advice[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Enum Constant Detail |
---|
Advice ACKNOWLEDGED_NEGATIVE
Advice ACKNOWLEDGED_POSITIVE
Advice BEING_INVESTIGATED
Advice FORCE_ERROR
Advice FORCE_SUCCESS
Advice KNOWN_TO_BE_UNSUCCESSFUL
Advice RESULT_INDEPENDENT_FORCE_ERROR
Advice RESULT_INDEPENDENT_FORCE_SUCCESS
Advice RESULT_INDEPENDENT_POSITIVE
Advice TO_BE_CORRECTED_LATER
Field Detail |
---|
private java.lang.String details
Constructor Detail |
---|
Advice(java.lang.String details)
Method Detail |
---|
Advice valueOf(java.lang.String name)
Advice[] values()
Groovy Documentation