public interface Dependency
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getDependency()| Modifier and Type | Method and Description |
|---|---|
ServiceRepositoryOption |
getDependency()
Returns the value of the 'Dependency' reference.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setDependency(ServiceRepositoryOption value)
Sets the value of the '
Dependency' reference. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
ServiceRepositoryOption getDependency()
If the meaning of the 'Dependency' reference isn't clear, there really should be more of a description here...
setDependency(ServiceRepositoryOption),
TacticdslPackage.getDependency_Dependency()void setDependency(ServiceRepositoryOption value)
Dependency' reference.
value - the new value of the 'Dependency' reference.getDependency()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TacticdslPackage.getDependency_Name()