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 Summary
All 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
-
isUse
boolean 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()
-
setUse
void setUse(boolean value)
Sets the value of the 'Use' attribute.- Parameters:
value- the new value of the 'Use' attribute.- See Also:
isUse()
-
getName
String getName()
Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),DcsPackage.getDataCompositionTable_Name()
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getColumns
org.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()
-
getRows
org.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()
-
getSelection
DataCompositionSelectedFields getSelection()
Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
setSelection(DataCompositionSelectedFields),DcsPackage.getDataCompositionTable_Selection()
-
setSelection
void setSelection(DataCompositionSelectedFields value)
Sets the value of the 'Selection' containment reference.- Parameters:
value- the new value of the 'Selection' containment reference.- See Also:
getSelection()
-
getConditionalAppearance
DataCompositionConditionalAppearance 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()
-
setConditionalAppearance
void 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()
-
getOutputParameters
DataCompositionTableOutputParameterValues 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()
-
setOutputParameters
void 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()
-
getId
String getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String),DcsPackage.getDataCompositionTable_Id()
-
setId
void setId(String value)
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
getId()
-
getViewMode
DataCompositionSettingsItemViewMode 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()
-
setViewMode
void 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()
-
getUserSettingID
String 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()
-
setUserSettingID
void 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()
-
getUserSettingPresentation
Presentation 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()
-
setUserSettingPresentation
void 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()
-
getColumnsViewMode
DataCompositionSettingsItemViewMode 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()
-
setColumnsViewMode
void 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()
-
getColumnsUserSettingID
String 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()
-
setColumnsUserSettingID
void 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()
-
getColumnsUserSettingPresentation
Presentation 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()
-
setColumnsUserSettingPresentation
void 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()
-
getRowsViewMode
DataCompositionSettingsItemViewMode 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()
-
setRowsViewMode
void 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()
-
getRowsUserSettingID
String 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()
-
setRowsUserSettingID
void 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()
-
getRowsUserSettingPresentation
Presentation 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()
-
setRowsUserSettingPresentation
void 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()
-
-