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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionSettings
getFixedSettings()
Returns the value of the 'Fixed Settings' containment reference.DataCompositionSettings
getSettings()
Returns the value of the 'Settings' containment reference.DataCompositionAvailableSettingsSource
getSource()
Returns the value of the 'Source' containment reference.DataCompositionUserSettings
getUserSettings()
Returns the value of the 'User Settings' containment reference.void
setFixedSettings(DataCompositionSettings value)
Sets the value of the 'Fixed Settings
' containment reference.void
setSettings(DataCompositionSettings value)
Sets the value of the 'Settings
' containment reference.void
setSource(DataCompositionAvailableSettingsSource value)
Sets the value of the 'Source
' containment reference.void
setUserSettings(DataCompositionUserSettings value)
Sets the value of the 'User Settings
' containment reference.
-
-
-
Method Detail
-
getSettings
DataCompositionSettings getSettings()
Returns the value of the 'Settings' containment reference.- Returns:
- the value of the 'Settings' containment reference.
- See Also:
setSettings(DataCompositionSettings)
,DcsPackage.getDataCompositionSettingsComposer_Settings()
-
setSettings
void setSettings(DataCompositionSettings value)
Sets the value of the 'Settings
' containment reference.- Parameters:
value
- the new value of the 'Settings' containment reference.- See Also:
getSettings()
-
getSource
DataCompositionAvailableSettingsSource getSource()
Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
setSource(DataCompositionAvailableSettingsSource)
,DcsPackage.getDataCompositionSettingsComposer_Source()
-
setSource
void setSource(DataCompositionAvailableSettingsSource value)
Sets the value of the 'Source
' containment reference.- Parameters:
value
- the new value of the 'Source' containment reference.- See Also:
getSource()
-
getUserSettings
DataCompositionUserSettings getUserSettings()
Returns the value of the 'User Settings' containment reference.- Returns:
- the value of the 'User Settings' containment reference.
- See Also:
setUserSettings(DataCompositionUserSettings)
,DcsPackage.getDataCompositionSettingsComposer_UserSettings()
-
setUserSettings
void setUserSettings(DataCompositionUserSettings value)
Sets the value of the 'User Settings
' containment reference.- Parameters:
value
- the new value of the 'User Settings' containment reference.- See Also:
getUserSettings()
-
getFixedSettings
DataCompositionSettings getFixedSettings()
Returns the value of the 'Fixed Settings' containment reference.- Returns:
- the value of the 'Fixed Settings' containment reference.
- See Also:
setFixedSettings(DataCompositionSettings)
,DcsPackage.getDataCompositionSettingsComposer_FixedSettings()
-
setFixedSettings
void setFixedSettings(DataCompositionSettings value)
Sets the value of the 'Fixed Settings
' containment reference.- Parameters:
value
- the new value of the 'Fixed Settings' containment reference.- See Also:
getFixedSettings()
-
-