org.opengroup.arm40.metric

Interface ArmMetricNumericId32

public interface ArmMetricNumericId32 extends ArmMetric

Implements a 32-bit integer numeric ID. It is the same as ARM 2.0 metric type=7 (ARM_NumericID32).

Objects implementing this interface are created using ArmMetricFactory.

Author: ARM Working Group of The Open Group

Method Summary
intget()
Gets the numeric ID value.
intset(int value)
Sets the numeric ID value.

Method Detail

get

public int get()
Gets the numeric ID value.

Returns: the numeric ID value.

set

public int set(int 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 ArmInterface).