Class AnnotationType

  • All Implemented Interfaces:
    java.io.Serializable

    public class AnnotationType
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotationType​(java.lang.String type, boolean isRange)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      boolean isRange()
      If true, indicates that the annotation must be a range.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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 Detail

      • AnnotationType

        public AnnotationType​(java.lang.String type,
                              boolean isRange)
    • Method Detail

      • getType

        public java.lang.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.