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, setFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorCode, getErrorMessage, setErrorCodeprotected ArmMetricDefinition[] m_definitions
public ArmMetricGroupDefinition(ArmMetricDefinition[] definitions)
definitions - public ArmMetricDefinition getMetricDefinition(int index)
getMetricDefinition in interface ArmMetricGroupDefinitionindex - 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.