public interface EquinoxApplication
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
ApplicationConfiguration |
getConfiguration()
Returns the value of the 'Configuration' reference.
|
org.eclipse.emf.common.util.EList<IndependentConfiguration> |
getConfigurations()
Returns the value of the 'Configurations' containment reference list.
|
int |
getInstanceNumber()
Returns the value of the 'Instance Number' attribute.
|
Credentials |
getLocalCredentials()
Returns the value of the 'Local Credentials' reference.
|
org.eclipse.emf.common.util.EList<Module> |
getModules()
Returns the value of the 'Modules' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Configuration |
getSecurityConfiguration()
Returns the value of the 'Security Configuration' reference.
|
void |
setConfiguration(ApplicationConfiguration value)
Sets the value of the '
Configuration ' reference. |
void |
setInstanceNumber(int value)
Sets the value of the '
Instance Number ' attribute. |
void |
setLocalCredentials(Credentials value)
Sets the value of the '
Local Credentials ' reference. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
void |
setSecurityConfiguration(Configuration value)
Sets the value of the '
Security Configuration ' reference. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
InfrastructurePackage.getEquinoxApplication_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
int getInstanceNumber()
"1"
.
If the meaning of the 'Instance Number' attribute isn't clear, there really should be more of a description here...
setInstanceNumber(int)
,
InfrastructurePackage.getEquinoxApplication_InstanceNumber()
void setInstanceNumber(int value)
Instance Number
' attribute.
value
- the new value of the 'Instance Number' attribute.getInstanceNumber()
org.eclipse.emf.common.util.EList<IndependentConfiguration> getConfigurations()
IndependentConfiguration
.
If the meaning of the 'Configurations' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getEquinoxApplication_Configurations()
ApplicationConfiguration getConfiguration()
If the meaning of the 'Configuration' reference isn't clear, there really should be more of a description here...
setConfiguration(ApplicationConfiguration)
,
InfrastructurePackage.getEquinoxApplication_Configuration()
void setConfiguration(ApplicationConfiguration value)
Configuration
' reference.
value
- the new value of the 'Configuration' reference.getConfiguration()
Credentials getLocalCredentials()
If the meaning of the 'Local Credentials' reference isn't clear, there really should be more of a description here...
setLocalCredentials(Credentials)
,
InfrastructurePackage.getEquinoxApplication_LocalCredentials()
void setLocalCredentials(Credentials value)
Local Credentials
' reference.
value
- the new value of the 'Local Credentials' reference.getLocalCredentials()
Configuration getSecurityConfiguration()
If the meaning of the 'Security Configuration' reference isn't clear, there really should be more of a description here...
setSecurityConfiguration(Configuration)
,
InfrastructurePackage.getEquinoxApplication_SecurityConfiguration()
void setSecurityConfiguration(Configuration value)
Security Configuration
' reference.
value
- the new value of the 'Security Configuration' reference.getSecurityConfiguration()
org.eclipse.emf.common.util.EList<Module> getModules()
Module
.
If the meaning of the 'Modules' reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getEquinoxApplication_Modules()