public abstract class SimpleMetricType extends java.lang.Object implements MetricType
Constructor and Description |
---|
SimpleMetricType() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
abstract java.lang.String |
name()
Non-null name of the metric type.
|
java.lang.String |
toString() |
public abstract java.lang.String name()
MetricType
name
in interface MetricType
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public final java.lang.String toString()
toString
in class java.lang.Object