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