public interface ArmMetricNumericId32 extends ArmMetric
ARM_NumericID32
).
Objects implementing this interface are created using
ArmMetricFactory.newArmMetricNumericId32(org.opengroup.arm40.metric.ArmMetricNumericId32Definition)
.Modifier and Type | Method and Description |
---|---|
int |
get()
Gets the numeric ID value.
|
int |
set(int value)
Sets the numeric ID value.
|
getDefinition
getErrorCode, getErrorMessage, setErrorCode
int get()
int set(int value)
value
- new numeric ID value.ArmInterface
).