org.opengroup.arm40.metric.ArmMetricNumericId32 Interface Reference
[ARM 4.0 MetricsARM 4.0 Metric Numeric IDs]

Implements a 32-bit integer numeric ID. More...

Inheritance diagram for org.opengroup.arm40.metric.ArmMetricNumericId32:
org.opengroup.arm40.metric.ArmMetric org.opengroup.arm40.transaction.ArmInterface

List of all members.

Public Member Functions

int get ()
 Gets the numeric ID value.
int set (int 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=7 (ARM_NumericID32).

Objects implementing this interface are created using ArmMetricFactory#newArmMetricNumericId32.

Author:
ARM Working Group of The Open Group

Member Function Documentation

int org.opengroup.arm40.metric.ArmMetricNumericId32.get (  ) 

Gets the numeric ID value.

Returns:
the numeric ID value.
int org.opengroup.arm40.metric.ArmMetricNumericId32.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 org.opengroup.arm40.transaction.ArmInterface).

The documentation for this interface was generated from the following file:
  • org/opengroup/arm40/metric/ArmMetricNumericId32.java