public class BooleanMapSetting extends MapSettingImpl implements Setting<Map<String,Boolean>>
Constructor and Description |
---|
BooleanMapSetting(BooleanMapSetting inObj2)
Copy constructor.
|
BooleanMapSetting(String inName) |
BooleanMapSetting(String inName,
Map<String,Boolean> inValue) |
BooleanMapSetting(XMLTag inXMLTag) |
Modifier and Type | Method and Description |
---|---|
BooleanMapSetting |
clone() |
Map<String,Boolean> |
getValue() |
void |
putStringValue(String inKey,
String inValue) |
BooleanMapSetting |
setValue(Map<String,Boolean> inMap) |
setValueFromString
addValueFromString, getObjectValue, getStringValue, name, setObjectValue, toString, toXMLTag
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getStringValue, name, toXMLTag
public BooleanMapSetting(String inName)
public BooleanMapSetting(String inName, Map<String,Boolean> inValue)
public BooleanMapSetting(BooleanMapSetting inObj2)
inObj2
- the BooleanMapSetting to clonepublic BooleanMapSetting(XMLTag inXMLTag)
public BooleanMapSetting setValue(Map<String,Boolean> inMap)
public void putStringValue(String inKey, String inValue)
putStringValue
in class MapSettingImpl
jataylor@hairyfatguy.com