Groovy Documentation

lsst.gruth.grutils
[Groovy] Enum AnnotatedReport.Origin

java.lang.Object
  lsst.gruth.grutils.AnnotatedReport.Origin

enum AnnotatedReport.Origin

Enum Constant Summary
AUTO

modification operated by automatic comparison tool

COPY

automatic comparison tool copied previous advice from use

USER

user modified the annotation

 
Method Summary
 
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

AUTO

AnnotatedReport.Origin AUTO
modification operated by automatic comparison tool


COPY

AnnotatedReport.Origin COPY
automatic comparison tool copied previous advice from use


USER

AnnotatedReport.Origin USER
user modified the annotation


 

Groovy Documentation