public interface SimpleDependency extends Dependency
The following features are supported:
BlangDslPackage.getSimpleDependency()
Modifier and Type | Method and Description |
---|---|
VariableName |
getVariable()
Returns the value of the 'Variable' reference.
|
void |
setVariable(VariableName value)
Sets the value of the '
Variable ' reference. |
VariableName getVariable()
setVariable(VariableName)
,
BlangDslPackage.getSimpleDependency_Variable()
void setVariable(VariableName value)
Variable
' reference.
value
- the new value of the 'Variable' reference.getVariable()