public class ControlMetric extends Object
| Constructor and Description |
|---|
ControlMetric(ControlMetricType metricType,
MetricValue metricValue)
Constructs a control metric using the given control metric type and
metric value.
|
| Modifier and Type | Method and Description |
|---|---|
ControlMetricType |
metricType()
Returns metric type reference.
|
MetricValue |
metricValue()
Returns metric value reference.
|
public ControlMetric(ControlMetricType metricType, MetricValue metricValue)
metricType - metric type referencemetricValue - metric value referencepublic ControlMetricType metricType()
public MetricValue metricValue()