Groovy Documentation

lsst.gruth.grutils
[Groovy] Enum Advice

java.lang.Object
  lsst.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).

Authors:
Alain BECKER
Bernard AMADE


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

ACKNOWLEDGED_NEGATIVE

Advice ACKNOWLEDGED_NEGATIVE


ACKNOWLEDGED_POSITIVE

Advice ACKNOWLEDGED_POSITIVE


BEING_INVESTIGATED

Advice BEING_INVESTIGATED


FORCE_ERROR

Advice FORCE_ERROR


FORCE_SUCCESS

Advice FORCE_SUCCESS


KNOWN_TO_BE_UNSUCCESSFUL

Advice KNOWN_TO_BE_UNSUCCESSFUL
WARNINGS


RESULT_INDEPENDENT_FORCE_ERROR

Advice RESULT_INDEPENDENT_FORCE_ERROR
ERRORS


RESULT_INDEPENDENT_FORCE_SUCCESS

Advice RESULT_INDEPENDENT_FORCE_SUCCESS
Force success


RESULT_INDEPENDENT_POSITIVE

Advice RESULT_INDEPENDENT_POSITIVE
OK


TO_BE_CORRECTED_LATER

Advice TO_BE_CORRECTED_LATER


 
Field Detail

details

private java.lang.String details


 
Constructor Detail

Advice

Advice(java.lang.String details)


 
Method Detail

valueOf

Advice valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

Advice[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


 

Groovy Documentation