Interface DataCompositionTable
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- StructureItem
 - All Known Implementing Classes:
- DataCompositionTableImpl
 
 public interface DataCompositionTable extends StructureItem A representation of the model object 'Data Composition Table'.The following features are supported: - See Also:
- DcsPackage.getDataCompositionTable()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataCompositionTableGroup>getColumns()Returns the value of the 'Columns' containment reference list.StringgetColumnsUserSettingID()Returns the value of the 'Columns User Setting ID' attribute.PresentationgetColumnsUserSettingPresentation()Returns the value of the 'Columns User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetColumnsViewMode()Returns the value of the 'Columns View Mode' attribute.DataCompositionConditionalAppearancegetConditionalAppearance()Returns the value of the 'Conditional Appearance' containment reference.StringgetId()Returns the value of the 'Id' attribute.StringgetName()Returns the value of the 'Name' attribute.DataCompositionTableOutputParameterValuesgetOutputParameters()Returns the value of the 'Output Parameters' containment reference.org.eclipse.emf.common.util.EList<DataCompositionTableGroup>getRows()Returns the value of the 'Rows' containment reference list.StringgetRowsUserSettingID()Returns the value of the 'Rows User Setting ID' attribute.PresentationgetRowsUserSettingPresentation()Returns the value of the 'Rows User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetRowsViewMode()Returns the value of the 'Rows View Mode' attribute.DataCompositionSelectedFieldsgetSelection()Returns the value of the 'Selection' containment reference.StringgetUserSettingID()Returns the value of the 'User Setting ID' attribute.PresentationgetUserSettingPresentation()Returns the value of the 'User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetViewMode()Returns the value of the 'View Mode' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetColumnsUserSettingID(String value)Sets the value of the 'Columns User Setting ID' attribute.voidsetColumnsUserSettingPresentation(Presentation value)Sets the value of the 'Columns User Setting Presentation' containment reference.voidsetColumnsViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'Columns View Mode' attribute.voidsetConditionalAppearance(DataCompositionConditionalAppearance value)Sets the value of the 'Conditional Appearance' containment reference.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetOutputParameters(DataCompositionTableOutputParameterValues value)Sets the value of the 'Output Parameters' containment reference.voidsetRowsUserSettingID(String value)Sets the value of the 'Rows User Setting ID' attribute.voidsetRowsUserSettingPresentation(Presentation value)Sets the value of the 'Rows User Setting Presentation' containment reference.voidsetRowsViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'Rows View Mode' attribute.voidsetSelection(DataCompositionSelectedFields value)Sets the value of the 'Selection' containment reference.voidsetUse(boolean value)Sets the value of the 'Use' attribute.voidsetUserSettingID(String value)Sets the value of the 'User Setting ID' attribute.voidsetUserSettingPresentation(Presentation value)Sets the value of the 'User Setting Presentation' containment reference.voidsetViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'View Mode' attribute.
 
- 
- 
- 
Method Detail- 
isUseboolean isUse() Returns the value of the 'Use' attribute. The default value is"true".- Returns:
- the value of the 'Use' attribute.
- See Also:
- setUse(boolean),- DcsPackage.getDataCompositionTable_Use()
 
 - 
setUsevoid setUse(boolean value) Sets the value of the 'Use' attribute.- Parameters:
- value- the new value of the 'Use' attribute.
- See Also:
- isUse()
 
 - 
getNameString getName() Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
- setName(String),- DcsPackage.getDataCompositionTable_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getColumnsorg.eclipse.emf.common.util.EList<DataCompositionTableGroup> getColumns() Returns the value of the 'Columns' containment reference list. The list contents are of typeDataCompositionTableGroup.- Returns:
- the value of the 'Columns' containment reference list.
- See Also:
- DcsPackage.getDataCompositionTable_Columns()
 
 - 
getRowsorg.eclipse.emf.common.util.EList<DataCompositionTableGroup> getRows() Returns the value of the 'Rows' containment reference list. The list contents are of typeDataCompositionTableGroup.- Returns:
- the value of the 'Rows' containment reference list.
- See Also:
- DcsPackage.getDataCompositionTable_Rows()
 
 - 
getSelectionDataCompositionSelectedFields getSelection() Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
- setSelection(DataCompositionSelectedFields),- DcsPackage.getDataCompositionTable_Selection()
 
 - 
setSelectionvoid setSelection(DataCompositionSelectedFields value) Sets the value of the 'Selection' containment reference.- Parameters:
- value- the new value of the 'Selection' containment reference.
- See Also:
- getSelection()
 
 - 
getConditionalAppearanceDataCompositionConditionalAppearance getConditionalAppearance() Returns the value of the 'Conditional Appearance' containment reference.- Returns:
- the value of the 'Conditional Appearance' containment reference.
- See Also:
- setConditionalAppearance(DataCompositionConditionalAppearance),- DcsPackage.getDataCompositionTable_ConditionalAppearance()
 
 - 
setConditionalAppearancevoid setConditionalAppearance(DataCompositionConditionalAppearance value) Sets the value of the 'Conditional Appearance' containment reference.- Parameters:
- value- the new value of the 'Conditional Appearance' containment reference.
- See Also:
- getConditionalAppearance()
 
 - 
getOutputParametersDataCompositionTableOutputParameterValues getOutputParameters() Returns the value of the 'Output Parameters' containment reference.- Returns:
- the value of the 'Output Parameters' containment reference.
- See Also:
- setOutputParameters(DataCompositionTableOutputParameterValues),- DcsPackage.getDataCompositionTable_OutputParameters()
 
 - 
setOutputParametersvoid setOutputParameters(DataCompositionTableOutputParameterValues value) Sets the value of the 'Output Parameters' containment reference.- Parameters:
- value- the new value of the 'Output Parameters' containment reference.
- See Also:
- getOutputParameters()
 
 - 
getIdString getId() Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
- setId(String),- DcsPackage.getDataCompositionTable_Id()
 
 - 
setIdvoid setId(String value) Sets the value of the 'Id' attribute.- Parameters:
- value- the new value of the 'Id' attribute.
- See Also:
- getId()
 
 - 
getViewModeDataCompositionSettingsItemViewMode getViewMode() Returns the value of the 'View Mode' attribute. The default value is"QuickAccess". The literals are from the enumerationDataCompositionSettingsItemViewMode.- Returns:
- the value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- setViewMode(DataCompositionSettingsItemViewMode),- DcsPackage.getDataCompositionTable_ViewMode()
 
 - 
setViewModevoid setViewMode(DataCompositionSettingsItemViewMode value) Sets the value of the 'View Mode' attribute.- Parameters:
- value- the new value of the 'View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- getViewMode()
 
 - 
getUserSettingIDString getUserSettingID() Returns the value of the 'User Setting ID' attribute.- Returns:
- the value of the 'User Setting ID' attribute.
- See Also:
- setUserSettingID(String),- DcsPackage.getDataCompositionTable_UserSettingID()
 
 - 
setUserSettingIDvoid setUserSettingID(String value) Sets the value of the 'User Setting ID' attribute.- Parameters:
- value- the new value of the 'User Setting ID' attribute.
- See Also:
- getUserSettingID()
 
 - 
getUserSettingPresentationPresentation getUserSettingPresentation() Returns the value of the 'User Setting Presentation' containment reference.- Returns:
- the value of the 'User Setting Presentation' containment reference.
- See Also:
- setUserSettingPresentation(Presentation),- DcsPackage.getDataCompositionTable_UserSettingPresentation()
 
 - 
setUserSettingPresentationvoid setUserSettingPresentation(Presentation value) Sets the value of the 'User Setting Presentation' containment reference.- Parameters:
- value- the new value of the 'User Setting Presentation' containment reference.
- See Also:
- getUserSettingPresentation()
 
 - 
getColumnsViewModeDataCompositionSettingsItemViewMode getColumnsViewMode() Returns the value of the 'Columns View Mode' attribute. The default value is"QuickAccess". The literals are from the enumerationDataCompositionSettingsItemViewMode.- Returns:
- the value of the 'Columns View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- setColumnsViewMode(DataCompositionSettingsItemViewMode),- DcsPackage.getDataCompositionTable_ColumnsViewMode()
 
 - 
setColumnsViewModevoid setColumnsViewMode(DataCompositionSettingsItemViewMode value) Sets the value of the 'Columns View Mode' attribute.- Parameters:
- value- the new value of the 'Columns View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- getColumnsViewMode()
 
 - 
getColumnsUserSettingIDString getColumnsUserSettingID() Returns the value of the 'Columns User Setting ID' attribute.- Returns:
- the value of the 'Columns User Setting ID' attribute.
- See Also:
- setColumnsUserSettingID(String),- DcsPackage.getDataCompositionTable_ColumnsUserSettingID()
 
 - 
setColumnsUserSettingIDvoid setColumnsUserSettingID(String value) Sets the value of the 'Columns User Setting ID' attribute.- Parameters:
- value- the new value of the 'Columns User Setting ID' attribute.
- See Also:
- getColumnsUserSettingID()
 
 - 
getColumnsUserSettingPresentationPresentation getColumnsUserSettingPresentation() Returns the value of the 'Columns User Setting Presentation' containment reference.- Returns:
- the value of the 'Columns User Setting Presentation' containment reference.
- See Also:
- setColumnsUserSettingPresentation(Presentation),- DcsPackage.getDataCompositionTable_ColumnsUserSettingPresentation()
 
 - 
setColumnsUserSettingPresentationvoid setColumnsUserSettingPresentation(Presentation value) Sets the value of the 'Columns User Setting Presentation' containment reference.- Parameters:
- value- the new value of the 'Columns User Setting Presentation' containment reference.
- See Also:
- getColumnsUserSettingPresentation()
 
 - 
getRowsViewModeDataCompositionSettingsItemViewMode getRowsViewMode() Returns the value of the 'Rows View Mode' attribute. The default value is"QuickAccess". The literals are from the enumerationDataCompositionSettingsItemViewMode.- Returns:
- the value of the 'Rows View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- setRowsViewMode(DataCompositionSettingsItemViewMode),- DcsPackage.getDataCompositionTable_RowsViewMode()
 
 - 
setRowsViewModevoid setRowsViewMode(DataCompositionSettingsItemViewMode value) Sets the value of the 'Rows View Mode' attribute.- Parameters:
- value- the new value of the 'Rows View Mode' attribute.
- See Also:
- DataCompositionSettingsItemViewMode,- getRowsViewMode()
 
 - 
getRowsUserSettingIDString getRowsUserSettingID() Returns the value of the 'Rows User Setting ID' attribute.- Returns:
- the value of the 'Rows User Setting ID' attribute.
- See Also:
- setRowsUserSettingID(String),- DcsPackage.getDataCompositionTable_RowsUserSettingID()
 
 - 
setRowsUserSettingIDvoid setRowsUserSettingID(String value) Sets the value of the 'Rows User Setting ID' attribute.- Parameters:
- value- the new value of the 'Rows User Setting ID' attribute.
- See Also:
- getRowsUserSettingID()
 
 - 
getRowsUserSettingPresentationPresentation getRowsUserSettingPresentation() Returns the value of the 'Rows User Setting Presentation' containment reference.- Returns:
- the value of the 'Rows User Setting Presentation' containment reference.
- See Also:
- setRowsUserSettingPresentation(Presentation),- DcsPackage.getDataCompositionTable_RowsUserSettingPresentation()
 
 - 
setRowsUserSettingPresentationvoid setRowsUserSettingPresentation(Presentation value) Sets the value of the 'Rows User Setting Presentation' containment reference.- Parameters:
- value- the new value of the 'Rows User Setting Presentation' containment reference.
- See Also:
- getRowsUserSettingPresentation()
 
 
- 
 
-