org.opengroup.arm40.metric

Interface ArmMetricString32

public interface ArmMetricString32 extends ArmMetric

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: ARM Working Group of The Open Group

Method Summary
Stringget()
Gets the string value.
intset(String s)
Sets the string value.

Method Detail

get

public String get()
Gets the string value.

Returns: the string value.

set

public int set(String s)
Sets the string value.

Parameters: s new string value.

Returns: 0 on sucess; otherwise, a non-zero error code is returned (as specified in ArmInterface).