public abstract class ParameterModel extends Object implements IParameterModel
| Constructor and Description |
|---|
ParameterModel(IMdacConfiguration 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() |
void |
setValue(Object value) |
public ParameterModel(IMdacConfiguration conf, String name, String label, String description, String defaultValue)
public String getDefaultValue()
getDefaultValue in interface IParameterModelpublic String getLabel()
getLabel in interface IParameterModelpublic String getName()
getName in interface IParameterModelpublic void setValue(Object value) throws IllegalArgumentException
setValue in interface IParameterModelIllegalArgumentExceptionpublic String getStringValue()
public String getDescription()
getDescription in interface IParameterModel