org.opengroup.arm40.metric

Interface ArmMetricNumericId64

public interface ArmMetricNumericId64 extends ArmMetric

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.

Author: ARM Working Group of The Open Group

Method Summary
longget()
Gets the numeric ID value.
intset(long value)
Sets the numeric ID value.

Method Detail

get

public long get()
Gets the numeric ID value.

Returns: the numeric ID value.

set

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