java.lang.Object
com.inductiveautomation.ignition.common.sqltags.history.annotations.AnnotationType
All Implemented Interfaces:
Serializable

public class AnnotationType extends Object implements Serializable
See Also:
  • Field Details

    • NOTE

      public static final AnnotationType NOTE
      A user stored note.
    • RANGE

      public static final AnnotationType RANGE
      A date range that indicates a special area
    • MARKER

      public static final AnnotationType MARKER
      A point in time marker
    • TRACE

      public static final AnnotationType TRACE
      A single point or date range that indicates an X-trace
  • Constructor Details

    • AnnotationType

      public AnnotationType(String type, boolean isRange)
  • Method Details

    • getType

      public String getType()
    • isRange

      public boolean isRange()
      If true, indicates that the annotation must be a range. If false, the annotation may still cover a range.