Interface DataCompositionSettingsComposer
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionSettingsComposerImpl
public interface DataCompositionSettingsComposer
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Settings Composer'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Fixed Settings' containment reference.Returns the value of the 'Settings' containment reference.Returns the value of the 'Source' containment reference.Returns the value of the 'User Settings' containment reference.void
Sets the value of the 'Fixed Settings
' containment reference.void
Sets the value of the 'Settings
' containment reference.void
Sets the value of the 'Source
' containment reference.void
Sets the value of the 'User Settings
' containment reference.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
-
getSettings
DataCompositionSettings getSettings()Returns the value of the 'Settings' containment reference.- Returns:
- the value of the 'Settings' containment reference.
- See Also:
-
setSettings
Sets the value of the 'Settings
' containment reference.- Parameters:
value
- the new value of the 'Settings' containment reference.- See Also:
-
getSource
DataCompositionAvailableSettingsSource getSource()Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
-
setSource
Sets the value of the 'Source
' containment reference.- Parameters:
value
- the new value of the 'Source' containment reference.- See Also:
-
getUserSettings
DataCompositionUserSettings getUserSettings()Returns the value of the 'User Settings' containment reference.- Returns:
- the value of the 'User Settings' containment reference.
- See Also:
-
setUserSettings
Sets the value of the 'User Settings
' containment reference.- Parameters:
value
- the new value of the 'User Settings' containment reference.- See Also:
-
getFixedSettings
DataCompositionSettings getFixedSettings()Returns the value of the 'Fixed Settings' containment reference.- Returns:
- the value of the 'Fixed Settings' containment reference.
- See Also:
-
setFixedSettings
Sets the value of the 'Fixed Settings
' containment reference.- Parameters:
value
- the new value of the 'Fixed Settings' containment reference.- See Also:
-