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 SummaryAll 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- 
getSettingsDataCompositionSettings getSettings() Returns the value of the 'Settings' containment reference.- Returns:
- the value of the 'Settings' containment reference.
- See Also:
- setSettings(DataCompositionSettings),- DcsPackage.getDataCompositionSettingsComposer_Settings()
 
 - 
setSettingsvoid setSettings(DataCompositionSettings value) Sets the value of the 'Settings' containment reference.- Parameters:
- value- the new value of the 'Settings' containment reference.
- See Also:
- getSettings()
 
 - 
getSourceDataCompositionAvailableSettingsSource getSource() Returns the value of the 'Source' containment reference.- Returns:
- the value of the 'Source' containment reference.
- See Also:
- setSource(DataCompositionAvailableSettingsSource),- DcsPackage.getDataCompositionSettingsComposer_Source()
 
 - 
setSourcevoid setSource(DataCompositionAvailableSettingsSource value) Sets the value of the 'Source' containment reference.- Parameters:
- value- the new value of the 'Source' containment reference.
- See Also:
- getSource()
 
 - 
getUserSettingsDataCompositionUserSettings 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()
 
 - 
setUserSettingsvoid 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()
 
 - 
getFixedSettingsDataCompositionSettings 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()
 
 - 
setFixedSettingsvoid 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()
 
 
- 
 
-