public class ArmMetricString32 extends ArmMetric implements ArmMetricString32
ARM_String32
),
with two differences:
ArmMetricFactory.newArmMetricString32(org.opengroup.arm40.metric.ArmMetricString32Definition)
.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
m_string32 |
m_errorCode, m_factory
Constructor and Description |
---|
ArmMetricString32(ArmMetricDefinition definition)
Create ARM Metric.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
get()
Gets the string value.
|
int |
set(java.lang.String s)
Sets the string value.
|
getDefinition
getErrorCode, getErrorMessage, getFactory, setErrorCode, setFactory
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefinition
getErrorCode, getErrorMessage, setErrorCode
public ArmMetricString32(ArmMetricDefinition definition)
definition
- the descriptive metadata (name, units, usage, ID) for the metricpublic java.lang.String get()
ArmMetricString32
get
in interface ArmMetricString32
public int set(java.lang.String s)
ArmMetricString32
set
in interface ArmMetricString32
s
- new string value.ArmInterface
).