public abstract class ParameterModel extends Object implements IParameterModel
Constructor and Description |
---|
ParameterModel(IModuleUserConfiguration conf,
String name,
String label,
String description,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
String |
getStringValue() |
boolean |
isLocked() |
void |
setValue(Object value) |
public ParameterModel(IModuleUserConfiguration conf, String name, String label, String description, String defaultValue)
public String getDefaultValue()
getDefaultValue
in interface IParameterModel
public String getLabel()
getLabel
in interface IParameterModel
public String getName()
getName
in interface IParameterModel
public void setValue(Object value) throws IllegalArgumentException
setValue
in interface IParameterModel
IllegalArgumentException
public String getStringValue()
public String getDescription()
getDescription
in interface IParameterModel
public boolean isLocked()
isLocked
in interface IParameterModel