public interface IParameterModel
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getLabel() |
String |
getName() |
void |
setValue(Object value) |
String getLabel()
void setValue(Object value) throws IllegalArgumentException
IllegalArgumentExceptionString getDefaultValue()
String getName()
String getDescription()