public interface ApplicationConfiguration extends NamedDocumentable
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<IndependentConfiguration> |
getConfigurations()
Returns the value of the 'Configurations' containment reference list.
|
org.eclipse.emf.common.util.EList<Module> |
getModules()
Returns the value of the 'Modules' containment reference list.
|
getName, setName
getShortDescription, setShortDescription
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.getApplicationConfiguration_Modules()
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.getApplicationConfiguration_Configurations()