public class NumericValue extends AbstractMetricValue
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
value |
extension, measurementState, startTime, stopTime, timeOfObservation| Constructor and Description |
|---|
NumericValue() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getValue()
Gets the value of the value property.
|
void |
setValue(BigDecimal value)
Sets the value of the value property.
|
getExtension, getMeasurementState, getStartTime, getStopTime, getTimeOfObservation, setExtension, setMeasurementState, setStartTime, setStopTime, setTimeOfObservationprotected BigDecimal value
public BigDecimal getValue()
BigDecimalpublic void setValue(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.