public interface ArmMetricNumericId64 extends ArmMetric
ARM_NumericID64
).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricNumericId64(org.opengroup.arm40.metric.ArmMetricNumericId64Definition)
.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, setErrorCode
long get()
int set(long value)
value
- new numeric ID value.ArmInterface
).