org.arm4.arm40.metric

Class ArmMetricString32

public class ArmMetricString32 extends ArmMetric implements ArmMetricString32

Implements a string of 1 to 32 characters. It is the same as ARM 2.0 metric type=10 (ARM_String32), with two differences:

Objects implementing this interface are created using ArmMetricFactory.

Author: David Carter

Field Summary
protected Stringm_string32
Constructor Summary
ArmMetricString32(ArmMetricDefinition definition)
Create ARM Metric.
Method Summary
Stringget()
intset(String s)

Field Detail

m_string32

protected String m_string32

Constructor Detail

ArmMetricString32

public ArmMetricString32(ArmMetricDefinition definition)
Create ARM Metric.

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

Method Detail

get

public String get()

set

public int set(String s)