public interface IParameter extends IElement
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Get the name.
|
java.lang.Object |
getValue()
Get the value of a parameter.
|
void |
setValue(java.lang.Object value)
Set a value of a parameter.
|
getModelElement