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