Class AnnotationType
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.history.annotations.AnnotationType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnnotationType
A point in time markerstatic final AnnotationType
A user stored note.static final AnnotationType
A date range that indicates a special areastatic final AnnotationType
A single point or date range that indicates an X-trace -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOTE
A user stored note. -
RANGE
A date range that indicates a special area -
MARKER
A point in time marker -
TRACE
A single point or date range that indicates an X-trace
-
-
Constructor Details
-
AnnotationType
-
-
Method Details
-
getType
-
isRange
public boolean isRange()If true, indicates that the annotation must be a range. If false, the annotation may still cover a range.
-