org.arm4.arm40.metric

Class ArmMetricNumericId64

public class ArmMetricNumericId64 extends ArmMetric implements ArmMetricNumericId64

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: David Carter

Field Summary
protected longm_id
Constructor Summary
ArmMetricNumericId64(ArmMetricDefinition definition)
Create ARM Metric.
Method Summary
longget()
intset(long value)

Field Detail

m_id

protected long m_id

Constructor Detail

ArmMetricNumericId64

public ArmMetricNumericId64(ArmMetricDefinition definition)
Create ARM Metric.

Parameters: definition the descriptive metadata (name, units, usage, ID) for the metric

Method Detail

get

public long get()

set

public int set(long value)