public interface CommonDeploymentMechanism extends DeploymentMechanism
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<String> |
getAdditionalDependencies()
Returns the value of the 'Additional Dependencies' attribute list.
|
org.eclipse.emf.common.util.EList<ChangeEntry> |
getChanges()
Returns the value of the 'Changes' containment reference list.
|
Author |
getMaintainer()
Returns the value of the 'Maintainer' reference.
|
void |
setMaintainer(Author value)
Sets the value of the '
Maintainer' reference. |
org.eclipse.emf.common.util.EList<ChangeEntry> getChanges()
ChangeEntry.
If the meaning of the 'Changes' containment reference list isn't clear, there really should be more of a description here...
DeploymentPackage.getCommonDeploymentMechanism_Changes()Author getMaintainer()
If the meaning of the 'Maintainer' reference isn't clear, there really should be more of a description here...
setMaintainer(Author),
DeploymentPackage.getCommonDeploymentMechanism_Maintainer()void setMaintainer(Author value)
Maintainer' reference.
value - the new value of the 'Maintainer' reference.getMaintainer()org.eclipse.emf.common.util.EList<String> getAdditionalDependencies()
String.
If the meaning of the 'Additional Dependencies' attribute list isn't clear, there really should be more of a description here...
DeploymentPackage.getCommonDeploymentMechanism_AdditionalDependencies()