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.
|
OperatingSystemDescriptor |
getOperatingSystem()
Returns the value of the 'Operating System' reference.
|
Integer |
getRecreateBackups()
Returns the value of the 'Recreate Backups' attribute.
|
SetupModuleContainer |
getSetup()
Returns the value of the 'Setup' reference.
|
StartupMechanism |
getStartupMechanism()
Returns the value of the 'Startup Mechanism' attribute.
|
boolean |
isAutomaticCreate()
Returns the value of the 'Automatic Create' attribute.
|
boolean |
isMultiUserScreen()
Returns the value of the 'Multi User Screen' attribute.
|
void |
setAutomaticCreate(boolean value)
Sets the value of the '
Automatic Create' attribute. |
void |
setMaintainer(Author value)
Sets the value of the '
Maintainer' reference. |
void |
setMultiUserScreen(boolean value)
Sets the value of the '
Multi User Screen' attribute. |
void |
setOperatingSystem(OperatingSystemDescriptor value)
Sets the value of the '
Operating System' reference. |
void |
setRecreateBackups(Integer value)
Sets the value of the '
Recreate Backups' attribute. |
void |
setSetup(SetupModuleContainer value)
Sets the value of the '
Setup' 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()boolean isMultiUserScreen()
setMultiUserScreen(boolean),
DeploymentPackage.getCommonDeploymentMechanism_MultiUserScreen()void setMultiUserScreen(boolean value)
Multi User Screen' attribute.
value - the new value of the 'Multi User Screen' attribute.isMultiUserScreen()OperatingSystemDescriptor getOperatingSystem()
If the meaning of the 'Operating System' reference isn't clear, there really should be more of a description here...
setOperatingSystem(OperatingSystemDescriptor),
DeploymentPackage.getCommonDeploymentMechanism_OperatingSystem()void setOperatingSystem(OperatingSystemDescriptor value)
Operating System' reference.
value - the new value of the 'Operating System' reference.getOperatingSystem()boolean isAutomaticCreate()
"false".
If the meaning of the 'Automatic Create' attribute isn't clear, there really should be more of a description here...
setAutomaticCreate(boolean),
DeploymentPackage.getCommonDeploymentMechanism_AutomaticCreate()void setAutomaticCreate(boolean value)
Automatic Create' attribute.
value - the new value of the 'Automatic Create' attribute.isAutomaticCreate()Integer getRecreateBackups()
If the meaning of the 'Recreate Backups' attribute isn't clear, there really should be more of a description here...
setRecreateBackups(Integer),
DeploymentPackage.getCommonDeploymentMechanism_RecreateBackups()void setRecreateBackups(Integer value)
Recreate Backups' attribute.
value - the new value of the 'Recreate Backups' attribute.getRecreateBackups()SetupModuleContainer getSetup()
If the meaning of the 'Setup' reference isn't clear, there really should be more of a description here...
setSetup(SetupModuleContainer),
DeploymentPackage.getCommonDeploymentMechanism_Setup()void setSetup(SetupModuleContainer value)
Setup' reference.
value - the new value of the 'Setup' reference.getSetup()