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.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setConfiguration(ApplicationConfiguration value)
Sets the value of the '
Configuration' reference. |
void |
setInstanceNumber(int value)
Sets the value of the '
Instance Number' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
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()