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