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