Interface DataCompositionTableGroup
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionTableGroupImpl
public interface DataCompositionTableGroup extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Data Composition Table Group'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionConditionalAppearance
getConditionalAppearance()
Returns the value of the 'Conditional Appearance' containment reference.DataCompositionFilter
getFilter()
Returns the value of the 'Filter' containment reference.DataCompositionGroupFields
getGroupFields()
Returns the value of the 'Group Fields' containment reference.DataCompositionSettingsItemState
getGroupState()
Returns the value of the 'Group State' attribute.String
getId()
Returns the value of the 'Id' attribute.org.eclipse.emf.common.util.EList<DataCompositionTableGroup>
getItems()
Returns the value of the 'Items' containment reference list.String
getItemsUserSettingID()
Returns the value of the 'Items User Setting ID' attribute.Presentation
getItemsUserSettingPresentation()
Returns the value of the 'Items User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getItemsViewMode()
Returns the value of the 'Items View Mode' attribute.String
getName()
Returns the value of the 'Name' attribute.DataCompositionOrder
getOrder()
Returns the value of the 'Order' containment reference.DataCompositionTableGroupOutputParameterValues
getOutputParameters()
Returns the value of the 'Output Parameters' containment reference.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
setConditionalAppearance(DataCompositionConditionalAppearance value)
Sets the value of the 'Conditional Appearance
' containment reference.void
setFilter(DataCompositionFilter value)
Sets the value of the 'Filter
' containment reference.void
setGroupFields(DataCompositionGroupFields value)
Sets the value of the 'Group Fields
' containment reference.void
setGroupState(DataCompositionSettingsItemState value)
Sets the value of the 'Group State
' attribute.void
setId(String value)
Sets the value of the 'Id
' attribute.void
setItemsUserSettingID(String value)
Sets the value of the 'Items User Setting ID
' attribute.void
setItemsUserSettingPresentation(Presentation value)
Sets the value of the 'Items User Setting Presentation
' containment reference.void
setItemsViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'Items View Mode
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setOrder(DataCompositionOrder value)
Sets the value of the 'Order
' containment reference.void
setOutputParameters(DataCompositionTableGroupOutputParameterValues value)
Sets the value of the 'Output Parameters
' containment reference.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.getDataCompositionTableGroup_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.getDataCompositionTableGroup_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()
-
getGroupFields
DataCompositionGroupFields getGroupFields()
Returns the value of the 'Group Fields' containment reference.- Returns:
- the value of the 'Group Fields' containment reference.
- See Also:
setGroupFields(DataCompositionGroupFields)
,DcsPackage.getDataCompositionTableGroup_GroupFields()
-
setGroupFields
void setGroupFields(DataCompositionGroupFields value)
Sets the value of the 'Group Fields
' containment reference.- Parameters:
value
- the new value of the 'Group Fields' containment reference.- See Also:
getGroupFields()
-
getFilter
DataCompositionFilter getFilter()
Returns the value of the 'Filter' containment reference.- Returns:
- the value of the 'Filter' containment reference.
- See Also:
setFilter(DataCompositionFilter)
,DcsPackage.getDataCompositionTableGroup_Filter()
-
setFilter
void setFilter(DataCompositionFilter value)
Sets the value of the 'Filter
' containment reference.- Parameters:
value
- the new value of the 'Filter' containment reference.- See Also:
getFilter()
-
getOrder
DataCompositionOrder getOrder()
Returns the value of the 'Order' containment reference.- Returns:
- the value of the 'Order' containment reference.
- See Also:
setOrder(DataCompositionOrder)
,DcsPackage.getDataCompositionTableGroup_Order()
-
setOrder
void setOrder(DataCompositionOrder value)
Sets the value of the 'Order
' containment reference.- Parameters:
value
- the new value of the 'Order' containment reference.- See Also:
getOrder()
-
getSelection
DataCompositionSelectedFields getSelection()
Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
setSelection(DataCompositionSelectedFields)
,DcsPackage.getDataCompositionTableGroup_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.getDataCompositionTableGroup_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
DataCompositionTableGroupOutputParameterValues getOutputParameters()
Returns the value of the 'Output Parameters' containment reference.- Returns:
- the value of the 'Output Parameters' containment reference.
- See Also:
setOutputParameters(DataCompositionTableGroupOutputParameterValues)
,DcsPackage.getDataCompositionTableGroup_OutputParameters()
-
setOutputParameters
void setOutputParameters(DataCompositionTableGroupOutputParameterValues value)
Sets the value of the 'Output Parameters
' containment reference.- Parameters:
value
- the new value of the 'Output Parameters' containment reference.- See Also:
getOutputParameters()
-
getItems
org.eclipse.emf.common.util.EList<DataCompositionTableGroup> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeDataCompositionTableGroup
.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
DcsPackage.getDataCompositionTableGroup_Items()
-
getId
String getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String)
,DcsPackage.getDataCompositionTableGroup_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.getDataCompositionTableGroup_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.getDataCompositionTableGroup_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.getDataCompositionTableGroup_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()
-
getItemsViewMode
DataCompositionSettingsItemViewMode getItemsViewMode()
Returns the value of the 'Items View Mode' attribute. The default value is"QuickAccess"
. The literals are from the enumerationDataCompositionSettingsItemViewMode
.- Returns:
- the value of the 'Items View Mode' attribute.
- See Also:
DataCompositionSettingsItemViewMode
,setItemsViewMode(DataCompositionSettingsItemViewMode)
,DcsPackage.getDataCompositionTableGroup_ItemsViewMode()
-
setItemsViewMode
void setItemsViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'Items View Mode
' attribute.- Parameters:
value
- the new value of the 'Items View Mode' attribute.- See Also:
DataCompositionSettingsItemViewMode
,getItemsViewMode()
-
getItemsUserSettingID
String getItemsUserSettingID()
Returns the value of the 'Items User Setting ID' attribute.- Returns:
- the value of the 'Items User Setting ID' attribute.
- See Also:
setItemsUserSettingID(String)
,DcsPackage.getDataCompositionTableGroup_ItemsUserSettingID()
-
setItemsUserSettingID
void setItemsUserSettingID(String value)
Sets the value of the 'Items User Setting ID
' attribute.- Parameters:
value
- the new value of the 'Items User Setting ID' attribute.- See Also:
getItemsUserSettingID()
-
getItemsUserSettingPresentation
Presentation getItemsUserSettingPresentation()
Returns the value of the 'Items User Setting Presentation' containment reference.- Returns:
- the value of the 'Items User Setting Presentation' containment reference.
- See Also:
setItemsUserSettingPresentation(Presentation)
,DcsPackage.getDataCompositionTableGroup_ItemsUserSettingPresentation()
-
setItemsUserSettingPresentation
void setItemsUserSettingPresentation(Presentation value)
Sets the value of the 'Items User Setting Presentation
' containment reference.- Parameters:
value
- the new value of the 'Items User Setting Presentation' containment reference.- See Also:
getItemsUserSettingPresentation()
-
getGroupState
DataCompositionSettingsItemState getGroupState()
Returns the value of the 'Group State' attribute. The default value is"Enabled"
. The literals are from the enumerationDataCompositionSettingsItemState
.- Returns:
- the value of the 'Group State' attribute.
- See Also:
DataCompositionSettingsItemState
,setGroupState(DataCompositionSettingsItemState)
,DcsPackage.getDataCompositionTableGroup_GroupState()
-
setGroupState
void setGroupState(DataCompositionSettingsItemState value)
Sets the value of the 'Group State
' attribute.- Parameters:
value
- the new value of the 'Group State' attribute.- See Also:
DataCompositionSettingsItemState
,getGroupState()
-
-