Class SimpleMetricType

    • Constructor Detail

      • SimpleMetricType

        public SimpleMetricType()
    • Method Detail

      • name

        public abstract String name()
        Description copied from interface: MetricType
        Non-null name of the metric type. Used to uniquely identify the metric type. Therefore, the name returned must be globally unique across all metric types that implement this interface.
        Specified by:
        name in interface MetricType
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object