public class StringMetricValue extends AbstractMetricValue
AbstractMetricValue.Annotation, AbstractMetricValue.MetricQuality| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
annotation, extension, measurementState, startTime, stopTime, timeOfObservation| Constructor and Description |
|---|
StringMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getValue()
Gets the value of the value property.
|
int |
hashCode() |
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString() |
getAnnotation, getExtension, getMeasurementState, getStartTime, getStopTime, getTimeOfObservation, setAnnotation, setExtension, setMeasurementState, setStartTime, setStopTime, setTimeOfObservationprotected String value
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String toString()
toString in class AbstractMetricValuepublic boolean equals(Object that)
equals in class AbstractMetricValuepublic int hashCode()
hashCode in class AbstractMetricValueCopyright © 2018. All rights reserved.