public class EnumParameterModel extends ParameterModel
Constructor and Description |
---|
EnumParameterModel(IModuleUserConfiguration 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, isLocked, setValue
public EnumParameterModel(IModuleUserConfiguration conf, String name, String label, String description, String defaultValue)