public class ArmMetricGroupDefinition extends ArmInterface implements ArmMetricGroupDefinition
Modifier and Type | Field and Description |
---|---|
protected ArmMetricDefinition[] |
m_definitions |
m_errorCode, m_factory
Constructor and Description |
---|
ArmMetricGroupDefinition(ArmMetricDefinition[] definitions)
Create ARM Metric Group Definition.
|
Modifier and Type | Method and Description |
---|---|
ArmMetricDefinition |
getMetricDefinition(int index) |
getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getErrorCode, getErrorMessage, setErrorCode
protected ArmMetricDefinition[] m_definitions
public ArmMetricGroupDefinition(ArmMetricDefinition[] definitions)
definitions
- public ArmMetricDefinition getMetricDefinition(int index)
getMetricDefinition
in interface ArmMetricGroupDefinition
index
- is the index into the ArmMetricDefinition array.
It must have a value in the range 0:6. To remain consistent with
ARM 2.0, any ArmMetricDefinition
subclass except
ArmMetricString32Definition
can be assigned to elements
0:5 and only ArmMetricString32Definition
can be assigned
to element 6.