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.
|
StartupMechanism |
getStartupMechanism()
Returns the value of the 'Startup Mechanism' attribute.
|
void |
setMaintainer(Author value)
Sets the value of the '
Maintainer' reference. |
void |
setStartupMechanism(StartupMechanism value)
Sets the value of the '
Startup Mechanism' attribute. |
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()StartupMechanism getStartupMechanism()
StartupMechanism.
If the meaning of the 'Startup Mechanism' attribute isn't clear, there really should be more of a description here...
StartupMechanism,
setStartupMechanism(StartupMechanism),
DeploymentPackage.getCommonDeploymentMechanism_StartupMechanism()void setStartupMechanism(StartupMechanism value)
Startup Mechanism' attribute.
value - the new value of the 'Startup Mechanism' attribute.StartupMechanism,
getStartupMechanism()