public interface Configurations
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<ApplicationConfiguration> |
getConfigurations()
Returns the value of the 'Configurations' containment reference list.
|
org.eclipse.emf.common.util.EList<Settings> |
getSettings()
Returns the value of the 'Settings' containment reference list.
|
org.eclipse.emf.common.util.EList<ApplicationConfiguration> getConfigurations()
ApplicationConfiguration
.
If the meaning of the 'Configurations' containment reference list isn't clear, there really should be more of a description here...
InfrastructurePackage.getConfigurations_Configurations()
org.eclipse.emf.common.util.EList<Settings> getSettings()
Settings
.
If the meaning of the 'Settings' containment reference isn't clear, there really should be more of a description here...
InfrastructurePackage.getConfigurations_Settings()