public class ArmMetricNumericId64 extends ArmMetric implements ArmMetricNumericId64
ARM_NumericID64
).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricNumericId64(org.opengroup.arm40.metric.ArmMetricNumericId64Definition)
.Modifier and Type | Field and Description |
---|---|
protected long |
m_id |
m_errorCode, m_factory
Constructor and Description |
---|
ArmMetricNumericId64(ArmMetricDefinition definition)
Create ARM Metric.
|
Modifier and Type | Method and Description |
---|---|
long |
get()
Gets the numeric ID value.
|
int |
set(long 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 ArmMetricNumericId64(ArmMetricDefinition definition)
definition
- the descriptive metadata (name, units, usage, ID) for the metricpublic long get()
ArmMetricNumericId64
get
in interface ArmMetricNumericId64
public int set(long value)
ArmMetricNumericId64
set
in interface ArmMetricNumericId64
value
- new numeric ID value.ArmInterface
).