Package de.uka.ipd.sdq.featureconfig
Interface Configuration
- All Known Implementing Classes:
ConfigurationImpl
A representation of the model object 'Configuration'.
External container for default and overrides config
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Config Overrides' containment reference list.Returns the value of the 'Default Config' containment reference.getName()
Returns the value of the 'Name' attribute.void
setDefaultConfig
(FeatureConfig value) Sets the value of the 'Default Config
' containment reference.void
Sets the value of the 'Name
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getConfigOverrides
EList<FeatureConfig> getConfigOverrides()Returns the value of the 'Config Overrides' containment reference list. The list contents are of typeFeatureConfig
. It is bidirectional and its opposite is 'Configuration Overrides
'.If the meaning of the 'Config Overrides' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Config Overrides' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="configurationOverrides" containment="true" ordered="false"
-
getDefaultConfig
FeatureConfig getDefaultConfig()Returns the value of the 'Default Config' containment reference. It is bidirectional and its opposite is 'Configuration Default
'.If the meaning of the 'Default Config' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Default Config' containment reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- opposite="configurationDefault" containment="true" required="true" ordered="false"
-
setDefaultConfig
Sets the value of the 'Default Config
' containment reference.- Parameters:
value
- the new value of the 'Default Config' containment reference.- See Also:
- Generated class or method.
-
getName
String getName()Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true" ordered="false"
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
- Generated class or method.
-