public interface Parameter extends Variable
The following features are supported:
PatternLanguagePackage.getParameter()| Modifier and Type | Method and Description |
|---|---|
ParameterDirection |
getDirection()
Returns the value of the 'Direction' attribute.
|
void |
setDirection(ParameterDirection value)
Sets the value of the '
Direction' attribute. |
getName, getReferences, getSimpleName, getType, setName, setTypeParameterDirection getDirection()
ParameterDirection.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
ParameterDirection,
setDirection(ParameterDirection),
PatternLanguagePackage.getParameter_Direction()void setDirection(ParameterDirection value)
Direction' attribute.
value - the new value of the 'Direction' attribute.ParameterDirection,
getDirection()