Package org.n52.io.response.dataset
Class NumericValue<T extends Number>
- java.lang.Object
-
- org.n52.io.response.dataset.AbstractValue<T>
-
- org.n52.io.response.dataset.NumericValue<T>
-
- All Implemented Interfaces:
Serializable,Comparable<AbstractValue<T>>
- Direct Known Subclasses:
CountValue,QuantityValue
public abstract class NumericValue<T extends Number> extends AbstractValue<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.n52.io.response.dataset.AbstractValue
AbstractValue.ValidTime
-
-
Constructor Summary
Constructors Constructor Description NumericValue()
-
Method Summary
-
Methods inherited from class org.n52.io.response.dataset.AbstractValue
addParameter, compareTo, getDetectionLimit, getFormattedValue, getGeometry, getParameters, getResultTime, getTimeend, getTimestamp, getTimestart, getValidTime, getValue, isNoDataValue, isSetGeometry, isSetTimeend, isSetTimestamp, setDetectionLimit, setGeometry, setParameters, setResultTime, setTimestamp, setTimestart, setValidTime, setValidTime, setValue, setValueFormatter, toString
-
-