Package com.gooddata.md.report
Class MetricGroup
- java.lang.Object
-
- com.gooddata.md.report.MetricGroup
-
- All Implemented Interfaces:
GridElement,Serializable
public final class MetricGroup extends Object implements GridElement, Serializable
Marker element marking the placement of metrics in Grid report. Can be contained either in rows or columns ofGrid.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static MetricGroupMETRIC_GROUP
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static booleanequals(String string)StringgetValue()inthashCode()StringtoString()
-
-
-
Field Detail
-
METRIC_GROUP
public static final MetricGroup METRIC_GROUP
-
-
Method Detail
-
getValue
public String getValue()
-
equals
public static boolean equals(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
-
-