|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.arm4.arm40.transaction.ArmInterface
org.arm4.arm40.metric.ArmMetric
org.arm4.arm40.metric.ArmMetricNumericId64
public class ArmMetricNumericId64
Implements a 32-bit integer numeric ID.
It is the same as ARM 2.0 metric type=8 (ARM_NumericID64
).
ArmMetricFactory.newArmMetricNumericId64(org.opengroup.arm40.metric.ArmMetricNumericId64Definition)
.
Field Summary | |
---|---|
protected long |
m_id
|
Fields inherited from class org.arm4.arm40.transaction.ArmInterface |
---|
m_errorCode, m_factory |
Constructor Summary | |
---|---|
ArmMetricNumericId64(ArmMetricDefinition definition)
Create ARM Metric. |
Method Summary | |
---|---|
long |
get()
Gets the numeric ID value. |
int |
set(long value)
Sets the numeric ID value. |
Methods inherited from class org.arm4.arm40.metric.ArmMetric |
---|
getDefinition |
Methods inherited from class org.arm4.arm40.transaction.ArmInterface |
---|
getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengroup.arm40.metric.ArmMetric |
---|
getDefinition |
Methods inherited from interface org.opengroup.arm40.transaction.ArmInterface |
---|
getErrorCode, getErrorMessage, setErrorCode |
Field Detail |
---|
protected long m_id
Constructor Detail |
---|
public ArmMetricNumericId64(ArmMetricDefinition definition)
definition
- the descriptive metadata (name, units, usage, ID) for the metricMethod Detail |
---|
public long get()
ArmMetricNumericId64
get
in interface ArmMetricNumericId64
public int set(long value)
ArmMetricNumericId64
set
in interface ArmMetricNumericId64
value
- new numeric ID value.
ArmInterface
).
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |