public class JsonSettingValue<T> extends Object implements SettingValue<T>
| Constructor and Description |
|---|
JsonSettingValue(SettingType type) |
JsonSettingValue(SettingType type,
String key) |
JsonSettingValue(SettingType type,
String key,
T value) |
public JsonSettingValue(SettingType type, String key, T value)
public JsonSettingValue(SettingType type, String key)
public JsonSettingValue(SettingType type)
public String getKey()
getKey in interface SettingValue<T>public T getValue()
getValue in interface SettingValue<T>public void setKey(String key)
setKey in interface SettingValue<T>public void setValue(T value)
setValue in interface SettingValue<T>public SettingType getType()
getType in interface SettingValue<T>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.