Class ProfileValue<T>
- java.lang.Object
-
- org.n52.io.response.dataset.AbstractValue<List<ProfileDataItem<T>>>
-
- org.n52.io.response.dataset.profile.ProfileValue<T>
-
- All Implemented Interfaces:
Serializable,Comparable<AbstractValue<List<ProfileDataItem<T>>>>
public class ProfileValue<T> extends AbstractValue<List<ProfileDataItem<T>>> implements Serializable
- 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 ProfileValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ProfileDataItem<T>>getValue()VerticalExtentOutputgetVerticalExtent()voidsetVerticalExtent(VerticalExtentOutput verticalExtent)-
Methods inherited from class org.n52.io.response.dataset.AbstractValue
addParameter, compareTo, getDetectionLimit, getFormattedValue, getGeometry, getParameters, getResultTime, getTimeend, getTimestamp, getTimestart, getValidTime, isNoDataValue, isSetGeometry, isSetTimeend, isSetTimestamp, isSetTimestart, setDetectionLimit, setGeometry, setParameters, setResultTime, setTimestamp, setTimestart, setValidTime, setValidTime, setValue, setValueFormatter, toString
-
-
-
-
Method Detail
-
getValue
public List<ProfileDataItem<T>> getValue()
- Overrides:
getValuein classAbstractValue<List<ProfileDataItem<T>>>
-
getVerticalExtent
public VerticalExtentOutput getVerticalExtent()
-
setVerticalExtent
public void setVerticalExtent(VerticalExtentOutput verticalExtent)
-
-