public class ArmMetricNumericId32 extends ArmMetric implements ArmMetricNumericId32
ARM_NumericID32).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricNumericId32(org.opengroup.arm40.metric.ArmMetricNumericId32Definition).| Modifier and Type | Field and Description |
|---|---|
protected int |
m_id |
m_errorCode, m_factory| Constructor and Description |
|---|
ArmMetricNumericId32(ArmMetricDefinition definition)
Create ARM Metric.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get()
Gets the numeric ID value.
|
int |
set(int value)
Sets the numeric ID value.
|
getDefinitiongetErrorCode, getErrorMessage, getFactory, setErrorCode, setFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefinitiongetErrorCode, getErrorMessage, setErrorCodepublic ArmMetricNumericId32(ArmMetricDefinition definition)
definition - the descriptive metadata (name, units, usage, ID) for the metricpublic int get()
ArmMetricNumericId32get in interface ArmMetricNumericId32public int set(int value)
ArmMetricNumericId32set in interface ArmMetricNumericId32value - new numeric ID value.ArmInterface).