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.
|
getDefinitiongetErrorCode, getErrorMessage, getFactory, setErrorCode, setFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefinitiongetErrorCode, getErrorMessage, setErrorCodepublic ArmMetricNumericId64(ArmMetricDefinition definition)
definition - the descriptive metadata (name, units, usage, ID) for the metricpublic long get()
ArmMetricNumericId64get in interface ArmMetricNumericId64public int set(long value)
ArmMetricNumericId64set in interface ArmMetricNumericId64value - new numeric ID value.ArmInterface).