org.opengroup.arm40.metric.ArmMetricNumericId64 Interface Reference
[ARM 4.0 Metrics, ARM 4.0 Metric Numeric IDs]
Implements a 32-bit integer numeric ID. More...
Inheritance diagram for org.opengroup.arm40.metric.ArmMetricNumericId64:

Public Member Functions | |
long | get () |
Gets the numeric ID value. | |
int | set (long value) |
Sets the numeric ID value. |
Detailed Description
Implements a 32-bit integer numeric ID.
It is the same as ARM 2.0 metric type=8 (ARM_NumericID64
).
Objects implementing this interface are created using ArmMetricFactory#newArmMetricNumericId64.
Member Function Documentation
long org.opengroup.arm40.metric.ArmMetricNumericId64.get | ( | ) |
Gets the numeric ID value.
- Returns:
- the numeric ID value.
int org.opengroup.arm40.metric.ArmMetricNumericId64.set | ( | long | value | ) |
Sets the numeric ID value.
- Parameters:
-
value new numeric ID value.
- Returns:
- 0 on sucess; otherwise, a non-zero error code is returned (as specified in org.opengroup.arm40.transaction.ArmInterface).
The documentation for this interface was generated from the following file:
- org/opengroup/arm40/metric/ArmMetricNumericId64.java