public class MapListSetting extends AbstractSetting<java.util.List<java.util.Map<java.lang.String,java.lang.String>>>
List of Maps of String values.org.openstreetmap.josm.data.preferences)isNew, time, value| Constructor and Description |
|---|
MapListSetting(java.util.List<java.util.Map<java.lang.String,java.lang.String>> value)
Constructs a new
MapListSetting with the given value |
| Modifier and Type | Method and Description |
|---|---|
private void |
consistencyTest() |
MapListSetting |
copy()
Clone the current object.
|
MapListSetting |
getNullInstance()
Returns a setting whose value is null.
|
void |
visit(SettingVisitor visitor)
Enable usage of the visitor pattern.
|
equals, getTime, getValue, hashCode, isNew, setNew, setTime, toStringpublic MapListSetting(java.util.List<java.util.Map<java.lang.String,java.lang.String>> value)
MapListSetting with the given valuevalue - The setting valuepublic MapListSetting copy()
Settingprivate void consistencyTest()
public void visit(SettingVisitor visitor)
Settingvisitor - the visitorpublic MapListSetting getNullInstance()
SettingSetting.getValue()