T - the value typepublic interface SettingValue<T> extends Serializable
SettingsService specific.| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
SettingType |
getType() |
T |
getValue() |
void |
setKey(String key) |
void |
setValue(T value) |
String getKey()
T getValue()
void setKey(String key)
key - the key of this settingvoid setValue(T value)
value - the value of this settingSettingType getType()
SettingType of this valueCopyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.