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.String
getColumnsUserSettingID()
Returns the value of the 'Columns User Setting ID' attribute.Presentation
getColumnsUserSettingPresentation()
Returns the value of the 'Columns User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getColumnsViewMode()
Returns the value of the 'Columns View Mode' attribute.DataCompositionConditionalAppearance
getConditionalAppearance()
Returns the value of the 'Conditional Appearance' containment reference.String
getId()
Returns the value of the 'Id' attribute.String
getName()
Returns the value of the 'Name' attribute.DataCompositionTableOutputParameterValues
getOutputParameters()
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.String
getRowsUserSettingID()
Returns the value of the 'Rows User Setting ID' attribute.Presentation
getRowsUserSettingPresentation()
Returns the value of the 'Rows User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getRowsViewMode()
Returns the value of the 'Rows View Mode' attribute.DataCompositionSelectedFields
getSelection()
Returns the value of the 'Selection' containment reference.String
getUserSettingID()
Returns the value of the 'User Setting ID' attribute.Presentation
getUserSettingPresentation()
Returns the value of the 'User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getViewMode()
Returns the value of the 'View Mode' attribute.boolean
isUse()
Returns the value of the 'Use' attribute.void
setColumnsUserSettingID(String value)
Sets the value of the 'Columns User Setting ID
' attribute.void
setColumnsUserSettingPresentation(Presentation value)
Sets the value of the 'Columns User Setting Presentation
' containment reference.void
setColumnsViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'Columns View Mode
' attribute.void
setConditionalAppearance(DataCompositionConditionalAppearance value)
Sets the value of the 'Conditional Appearance
' containment reference.void
setId(String value)
Sets the value of the 'Id
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setOutputParameters(DataCompositionTableOutputParameterValues value)
Sets the value of the 'Output Parameters
' containment reference.void
setRowsUserSettingID(String value)
Sets the value of the 'Rows User Setting ID
' attribute.void
setRowsUserSettingPresentation(Presentation value)
Sets the value of the 'Rows User Setting Presentation
' containment reference.void
setRowsViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'Rows View Mode
' attribute.void
setSelection(DataCompositionSelectedFields value)
Sets the value of the 'Selection
' containment reference.void
setUse(boolean value)
Sets the value of the 'Use
' attribute.void
setUserSettingID(String value)
Sets the value of the 'User Setting ID
' attribute.void
setUserSettingPresentation(Presentation value)
Sets the value of the 'User Setting Presentation
' containment reference.void
setViewMode(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()
-
-