IOSetting.Importance
Constructor and Description |
---|
OptionIOSetting(String name,
IOSetting.Importance level,
String question,
List<String> settings,
String defaultSetting)
OptionIOSetting is IOSetting for which the value must be
in the list of possible options.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
getOptions()
Returns a Vector of Strings containing all possible options.
|
void |
setSetting(int setting)
Sets the setting for a certain question.
|
void |
setSetting(String setting)
Sets the setting for a certain question.
|
getDefaultSetting, getLevel, getName, getQuestion, getSetting
public void setSetting(String setting) throws CDKException
setSetting
in class IOSetting
CDKException
public void setSetting(int setting) throws CDKException
CDKException
Copyright © 2017. All Rights Reserved.