public interface MsiDeploymentMechanism extends DeploymentMechanism
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Architecture |
getArchitecture()
Returns the value of the 'Architecture' attribute.
|
String |
getLicenseFile()
Returns the value of the 'License File' attribute.
|
P2Platform |
getLocalPlatform()
Returns the value of the 'Local Platform' containment reference.
|
String |
getManufacturer()
Returns the value of the 'Manufacturer' attribute.
|
P2Platform |
getSharedPlatform()
Returns the value of the 'Shared Platform' reference.
|
String |
getUpgradeCode()
Returns the value of the 'Upgrade Code' attribute.
|
String |
getVersion()
Returns the value of the 'Version' attribute.
|
boolean |
isEnableFirewall()
Returns the value of the 'Enable Firewall' attribute.
|
boolean |
isEnableUserInterface()
Returns the value of the 'Enable User Interface' attribute.
|
void |
setArchitecture(Architecture value)
Sets the value of the '
Architecture ' attribute. |
void |
setEnableFirewall(boolean value)
Sets the value of the '
Enable Firewall ' attribute. |
void |
setEnableUserInterface(boolean value)
Sets the value of the '
Enable User Interface ' attribute. |
void |
setLicenseFile(String value)
Sets the value of the '
License File ' attribute. |
void |
setLocalPlatform(P2Platform value)
Sets the value of the '
Local Platform ' containment reference. |
void |
setManufacturer(String value)
Sets the value of the '
Manufacturer ' attribute. |
void |
setSharedPlatform(P2Platform value)
Sets the value of the '
Shared Platform ' reference. |
void |
setUpgradeCode(String value)
Sets the value of the '
Upgrade Code ' attribute. |
void |
setVersion(String value)
Sets the value of the '
Version ' attribute. |
String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
DeploymentPackage.getMsiDeploymentMechanism_Version()
void setVersion(String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
String getUpgradeCode()
If the meaning of the 'Upgrade Code' attribute isn't clear, there really should be more of a description here...
setUpgradeCode(String)
,
DeploymentPackage.getMsiDeploymentMechanism_UpgradeCode()
void setUpgradeCode(String value)
Upgrade Code
' attribute.
value
- the new value of the 'Upgrade Code' attribute.getUpgradeCode()
String getManufacturer()
"Eclipse SCADA"
.
If the meaning of the 'Manufacturer' attribute isn't clear, there really should be more of a description here...
setManufacturer(String)
,
DeploymentPackage.getMsiDeploymentMechanism_Manufacturer()
void setManufacturer(String value)
Manufacturer
' attribute.
value
- the new value of the 'Manufacturer' attribute.getManufacturer()
P2Platform getSharedPlatform()
If the meaning of the 'Shared Platform' reference isn't clear, there really should be more of a description here...
setSharedPlatform(P2Platform)
,
DeploymentPackage.getMsiDeploymentMechanism_SharedPlatform()
void setSharedPlatform(P2Platform value)
Shared Platform
' reference.
value
- the new value of the 'Shared Platform' reference.getSharedPlatform()
P2Platform getLocalPlatform()
If the meaning of the 'Local Platform' containment reference isn't clear, there really should be more of a description here...
setLocalPlatform(P2Platform)
,
DeploymentPackage.getMsiDeploymentMechanism_LocalPlatform()
void setLocalPlatform(P2Platform value)
Local Platform
' containment reference.
value
- the new value of the 'Local Platform' containment reference.getLocalPlatform()
Architecture getArchitecture()
"i386"
.
The literals are from the enumeration Architecture
.
If the meaning of the 'Architecture' attribute isn't clear, there really should be more of a description here...
Architecture
,
setArchitecture(Architecture)
,
DeploymentPackage.getMsiDeploymentMechanism_Architecture()
void setArchitecture(Architecture value)
Architecture
' attribute.
value
- the new value of the 'Architecture' attribute.Architecture
,
getArchitecture()
boolean isEnableFirewall()
"true"
.
If the meaning of the 'Enable Firewall' attribute isn't clear, there really should be more of a description here...
setEnableFirewall(boolean)
,
DeploymentPackage.getMsiDeploymentMechanism_EnableFirewall()
void setEnableFirewall(boolean value)
Enable Firewall
' attribute.
value
- the new value of the 'Enable Firewall' attribute.isEnableFirewall()
boolean isEnableUserInterface()
"true"
.
If the meaning of the 'Enable User Interface' attribute isn't clear, there really should be more of a description here...
setEnableUserInterface(boolean)
,
DeploymentPackage.getMsiDeploymentMechanism_EnableUserInterface()
void setEnableUserInterface(boolean value)
Enable User Interface
' attribute.
value
- the new value of the 'Enable User Interface' attribute.isEnableUserInterface()
String getLicenseFile()
If the meaning of the 'License File' attribute isn't clear, there really should be more of a description here...
setLicenseFile(String)
,
DeploymentPackage.getMsiDeploymentMechanism_LicenseFile()
void setLicenseFile(String value)
License File
' attribute.
value
- the new value of the 'License File' attribute.getLicenseFile()