Class StandardMeasure

  • All Implemented Interfaces:
    Measure

    public class StandardMeasure
    extends java.lang.Object
    implements Measure
    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Constructor Summary

      Constructors 
      Constructor Description
      StandardMeasure()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLabel()  
      java.lang.String getName()  
      java.lang.Class<?> getValueType()  
      void setLabel​(java.lang.String label)  
      void setName​(java.lang.String name)  
      void setValueType​(java.lang.Class<?> valueType)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • StandardMeasure

        public StandardMeasure()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface Measure
      • setName

        public void setName​(java.lang.String name)
      • getLabel

        public java.lang.String getLabel()
        Specified by:
        getLabel in interface Measure
      • setLabel

        public void setLabel​(java.lang.String label)
      • getValueType

        public java.lang.Class<?> getValueType()
        Specified by:
        getValueType in interface Measure
      • setValueType

        public void setValueType​(java.lang.Class<?> valueType)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object