public class QuantityReferenceValueOutput extends Object implements ReferenceValueOutput<QuantityValue>
| Constructor and Description |
|---|
QuantityReferenceValueOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
QuantityValue |
getLastValue() |
String |
getReferenceValueId() |
void |
setLabel(String label) |
void |
setLastValue(QuantityValue lastValue) |
void |
setReferenceValueId(String referenceValueId) |
public String getReferenceValueId()
getReferenceValueId in interface ReferenceValueOutput<QuantityValue>public void setReferenceValueId(String referenceValueId)
setReferenceValueId in interface ReferenceValueOutput<QuantityValue>public String getLabel()
getLabel in interface ReferenceValueOutput<QuantityValue>public void setLabel(String label)
setLabel in interface ReferenceValueOutput<QuantityValue>public QuantityValue getLastValue()
getLastValue in interface ReferenceValueOutput<QuantityValue>public void setLastValue(QuantityValue lastValue)
setLastValue in interface ReferenceValueOutput<QuantityValue>Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.