Groovy Documentation

lsst.gruth.grutils
[Groovy] Enum Modification

java.lang.Object
  lsst.gruth.grutils.Modification

enum Modification

a when an advice is issued what are the modification by user and automatic comparisons?

Authors:
bamade


Nested Class Summary
static enum Modification.Importance

 
Enum Constant Summary
ACKNOWLEDGED_NEGATIVE

ACKNOWLEDGED_POSITIVE

automatic comparison: copied an USER_ACKNOWLEDGED from previous result

COMPARISON_REGRESSION

automatic comparison: regression spotted

CONFUSING_COMPARISON

automatic comparison : incoherent advices and result : does not know which advice to issue

MODIFIED_NEGATIVELY_BY_USER

automatic comparison: copied an USER_REGRESSION advice

MODIFIED_POSITIVELY_BY_USER

user forced a positive result: copied by automatic comparison

ON_HOLD

automatic comparison : copied an USER_ON_HOLD advice

 
Property Summary
java.lang.String details

Importance importance

java.lang.String simplifiedNotation

 
Constructor Summary
Modification(Modification.Importance importance, java.lang.String simplifiedNotation, java.lang.String details)

 
Method Summary
java.lang.String getDetails()

Modification.Importance getImportance()

java.lang.String getSimplifiedNotation()

Modification valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

Modification valueOf(java.lang.String name)

Returns the enum constant of this type with the specified name.

Modification[] values()

Returns an array containing the constants of this enum type, in the order they are declared.

Modification[] 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

Modification ACKNOWLEDGED_NEGATIVE


ACKNOWLEDGED_POSITIVE

Modification ACKNOWLEDGED_POSITIVE
automatic comparison: copied an USER_ACKNOWLEDGED from previous result


COMPARISON_REGRESSION

Modification COMPARISON_REGRESSION
automatic comparison: regression spotted


CONFUSING_COMPARISON

Modification CONFUSING_COMPARISON
automatic comparison : incoherent advices and result : does not know which advice to issue


MODIFIED_NEGATIVELY_BY_USER

Modification MODIFIED_NEGATIVELY_BY_USER
automatic comparison: copied an USER_REGRESSION advice


MODIFIED_POSITIVELY_BY_USER

Modification MODIFIED_POSITIVELY_BY_USER
user forced a positive result: copied by automatic comparison


ON_HOLD

Modification ON_HOLD
automatic comparison : copied an USER_ON_HOLD advice


 
Property Detail

details

java.lang.String details


importance

Importance importance


simplifiedNotation

java.lang.String simplifiedNotation


 
Constructor Detail

Modification

Modification(Modification.Importance importance, java.lang.String simplifiedNotation, java.lang.String details)


 
Method Detail

getDetails

java.lang.String getDetails()


getImportance

Modification.Importance getImportance()


getSimplifiedNotation

java.lang.String getSimplifiedNotation()


valueOf

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


valueOf

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


values

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


values

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


 

Groovy Documentation