Class AnnotationProperty<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected T value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Comparable<?> getMeasurement​(java.lang.String name)  
      java.lang.Iterable<java.util.Map.Entry<java.lang.String,​java.lang.Comparable<?>>> getMeasurements()  
      T getValue()  
      protected void setMeasurement​(java.lang.String name, java.lang.Comparable<?> value)  
      void setValue​(T v)  
      • Methods inherited from class java.lang.Object

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

      • value

        protected T value
    • Constructor Detail

      • AnnotationProperty

        public AnnotationProperty()
    • Method Detail

      • setMeasurement

        protected void setMeasurement​(java.lang.String name,
                                      java.lang.Comparable<?> value)
      • getMeasurement

        public java.lang.Comparable<?> getMeasurement​(java.lang.String name)
      • getMeasurements

        public java.lang.Iterable<java.util.Map.Entry<java.lang.String,​java.lang.Comparable<?>>> getMeasurements()
      • getValue

        public T getValue()
      • setValue

        public void setValue​(T v)