public class EnumParameterModel extends ParameterModel
| Constructor and Description |
|---|
EnumParameterModel(IMdacConfiguration conf,
String name,
String label,
String description,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
addItem(String value,
String label) |
String |
getLabel(String value) |
Collection<String> |
getLabels() |
String |
getValue(String label) |
getDefaultValue, getDescription, getLabel, getName, getStringValue, setValuepublic EnumParameterModel(IMdacConfiguration conf, String name, String label, String description, String defaultValue)