Class MetricGroup

  • All Implemented Interfaces:
    GridElement, java.io.Serializable

    public final class MetricGroup
    extends java.lang.Object
    implements GridElement, java.io.Serializable
    Marker element marking the placement of metrics in Grid report. Can be contained either in rows or columns of Grid.
    See Also:
    Serialized Form
    • Field Detail

      • METRIC_GROUP

        public static final MetricGroup METRIC_GROUP
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • equals

        public static boolean equals​(java.lang.String string)
        Parameters:
        string - string to compare whether is metricGroup
        Returns:
        true when the METRIC_GROUP's string value equals to the argument, false otherwise
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

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