Class VerticalExtentValueOutput
- java.lang.Object
-
- org.n52.io.response.dataset.profile.VerticalExtentValueOutput
-
- All Implemented Interfaces:
Serializable
public class VerticalExtentValueOutput extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VerticalExtentValueOutput()VerticalExtentValueOutput(String label, BigDecimal value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()BigDecimalgetValue()voidsetLabel(String label)voidsetValue(BigDecimal value)
-
-
-
Constructor Detail
-
VerticalExtentValueOutput
public VerticalExtentValueOutput()
-
VerticalExtentValueOutput
public VerticalExtentValueOutput(String label, BigDecimal value)
-
-
Method Detail
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
getValue
public BigDecimal getValue()
-
setValue
public void setValue(BigDecimal value)
-
-