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