public interface EquinoxBase extends NamedApplication
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.
|
org.eclipse.emf.common.util.EList<Module> |
getModules()
Returns the value of the 'Modules' containment reference
list.
|
Configuration |
getSecurityConfiguration()
Returns the value of the 'Security Configuration'
reference.
|
UserService |
getUserService()
Returns the value of the 'User Service' containment
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 |
setSecurityConfiguration(Configuration value)
Sets the value of the '
Security Configuration ' reference. |
void |
setUserService(UserService value)
Sets the value of the '
User Service ' containment reference. |
getName, setName
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.getEquinoxBase_InstanceNumber()
void setInstanceNumber(int value)
Instance Number
' attribute.
value
- the new value of the 'Instance Number' attribute.getInstanceNumber()
UserService getUserService()
If the meaning of the 'User Service' containment reference isn't clear, there really should be more of a description here...
setUserService(UserService)
,
InfrastructurePackage.getEquinoxBase_UserService()
void setUserService(UserService value)
User Service
' containment reference.
value
- the new value of the 'User Service' containment
reference.getUserService()
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.getEquinoxBase_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' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getEquinoxBase_Modules()
ApplicationConfiguration getConfiguration()
If the meaning of the 'Configuration' reference isn't clear, there really should be more of a description here...
setConfiguration(ApplicationConfiguration)
,
InfrastructurePackage.getEquinoxBase_Configuration()
void setConfiguration(ApplicationConfiguration value)
Configuration
' reference.
value
- the new value of the 'Configuration' reference.getConfiguration()
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.getEquinoxBase_Configurations()