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.
|
getDefinition
getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition
getErrorCode, getErrorMessage, setErrorCode
public ArmMetricNumericId32(ArmMetricDefinition definition)
definition
- the descriptive metadata (name, units, usage, ID) for the metricpublic int get()
ArmMetricNumericId32
get
in interface ArmMetricNumericId32
public int set(int value)
ArmMetricNumericId32
set
in interface ArmMetricNumericId32
value
- new numeric ID value.ArmInterface
).