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.EObjectA 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 DataCompositionSettingsgetFixedSettings()Returns the value of the 'Fixed Settings' containment reference.DataCompositionSettingsgetSettings()Returns the value of the 'Settings' containment reference.DataCompositionAvailableSettingsSourcegetSource()Returns the value of the 'Source' containment reference.DataCompositionUserSettingsgetUserSettings()Returns the value of the 'User Settings' containment reference.voidsetFixedSettings(DataCompositionSettings value)Sets the value of the 'Fixed Settings' containment reference.voidsetSettings(DataCompositionSettings value)Sets the value of the 'Settings' containment reference.voidsetSource(DataCompositionAvailableSettingsSource value)Sets the value of the 'Source' containment reference.voidsetUserSettings(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()
-
-