Interface DataCompositionGroup
- 
- All Superinterfaces:
- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier,- StructureItem
 - All Known Implementing Classes:
- DataCompositionGroupImpl
 
 public interface DataCompositionGroup extends StructureItem A representation of the model object 'Data Composition Group'.The following features are supported: - See Also:
- DcsPackage.getDataCompositionGroup()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionConditionalAppearancegetConditionalAppearance()Returns the value of the 'Conditional Appearance' containment reference.DataCompositionFiltergetFilter()Returns the value of the 'Filter' containment reference.DataCompositionGroupFieldsgetGroupFields()Returns the value of the 'Group Fields' containment reference.DataCompositionSettingsItemStategetGroupState()Returns the value of the 'Group State' attribute.StringgetId()Returns the value of the 'Id' attribute.org.eclipse.emf.common.util.EList<StructureItem>getItems()Returns the value of the 'Items' containment reference list.StringgetItemsUserSettingID()Returns the value of the 'Items User Setting ID' attribute.PresentationgetItemsUserSettingPresentation()Returns the value of the 'Items User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetItemsViewMode()Returns the value of the 'Items View Mode' attribute.StringgetName()Returns the value of the 'Name' attribute.DataCompositionOrdergetOrder()Returns the value of the 'Order' containment reference.DataCompositionGroupOutputParameterValuesgetOutputParameters()Returns the value of the 'Output Parameters' containment reference.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.voidsetConditionalAppearance(DataCompositionConditionalAppearance value)Sets the value of the 'Conditional Appearance' containment reference.voidsetFilter(DataCompositionFilter value)Sets the value of the 'Filter' containment reference.voidsetGroupFields(DataCompositionGroupFields value)Sets the value of the 'Group Fields' containment reference.voidsetGroupState(DataCompositionSettingsItemState value)Sets the value of the 'Group State' attribute.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetItemsUserSettingID(String value)Sets the value of the 'Items User Setting ID' attribute.voidsetItemsUserSettingPresentation(Presentation value)Sets the value of the 'Items User Setting Presentation' containment reference.voidsetItemsViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'Items View Mode' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetOrder(DataCompositionOrder value)Sets the value of the 'Order' containment reference.voidsetOutputParameters(DataCompositionGroupOutputParameterValues value)Sets the value of the 'Output Parameters' containment reference.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.getDataCompositionGroup_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.getDataCompositionGroup_Name()
 
 - 
setNamevoid setName(String value) Sets the value of the 'Name' attribute.- Parameters:
- value- the new value of the 'Name' attribute.
- See Also:
- getName()
 
 - 
getGroupFieldsDataCompositionGroupFields getGroupFields() Returns the value of the 'Group Fields' containment reference.- Returns:
- the value of the 'Group Fields' containment reference.
- See Also:
- setGroupFields(DataCompositionGroupFields),- DcsPackage.getDataCompositionGroup_GroupFields()
 
 - 
setGroupFieldsvoid 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()
 
 - 
getFilterDataCompositionFilter getFilter() Returns the value of the 'Filter' containment reference.- Returns:
- the value of the 'Filter' containment reference.
- See Also:
- setFilter(DataCompositionFilter),- DcsPackage.getDataCompositionGroup_Filter()
 
 - 
setFiltervoid setFilter(DataCompositionFilter value) Sets the value of the 'Filter' containment reference.- Parameters:
- value- the new value of the 'Filter' containment reference.
- See Also:
- getFilter()
 
 - 
getOrderDataCompositionOrder getOrder() Returns the value of the 'Order' containment reference.- Returns:
- the value of the 'Order' containment reference.
- See Also:
- setOrder(DataCompositionOrder),- DcsPackage.getDataCompositionGroup_Order()
 
 - 
setOrdervoid setOrder(DataCompositionOrder value) Sets the value of the 'Order' containment reference.- Parameters:
- value- the new value of the 'Order' containment reference.
- See Also:
- getOrder()
 
 - 
getSelectionDataCompositionSelectedFields getSelection() Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
- setSelection(DataCompositionSelectedFields),- DcsPackage.getDataCompositionGroup_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.getDataCompositionGroup_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()
 
 - 
getOutputParametersDataCompositionGroupOutputParameterValues getOutputParameters() Returns the value of the 'Output Parameters' containment reference.- Returns:
- the value of the 'Output Parameters' containment reference.
- See Also:
- setOutputParameters(DataCompositionGroupOutputParameterValues),- DcsPackage.getDataCompositionGroup_OutputParameters()
 
 - 
setOutputParametersvoid setOutputParameters(DataCompositionGroupOutputParameterValues value) Sets the value of the 'Output Parameters' containment reference.- Parameters:
- value- the new value of the 'Output Parameters' containment reference.
- See Also:
- getOutputParameters()
 
 - 
getItemsorg.eclipse.emf.common.util.EList<StructureItem> getItems() Returns the value of the 'Items' containment reference list. The list contents are of typeStructureItem.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
- DcsPackage.getDataCompositionGroup_Items()
 
 - 
getIdString getId() Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
- setId(String),- DcsPackage.getDataCompositionGroup_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.getDataCompositionGroup_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.getDataCompositionGroup_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.getDataCompositionGroup_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()
 
 - 
getItemsViewModeDataCompositionSettingsItemViewMode 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.getDataCompositionGroup_ItemsViewMode()
 
 - 
setItemsViewModevoid 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()
 
 - 
getItemsUserSettingIDString 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.getDataCompositionGroup_ItemsUserSettingID()
 
 - 
setItemsUserSettingIDvoid 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()
 
 - 
getItemsUserSettingPresentationPresentation 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.getDataCompositionGroup_ItemsUserSettingPresentation()
 
 - 
setItemsUserSettingPresentationvoid 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()
 
 - 
getGroupStateDataCompositionSettingsItemState 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.getDataCompositionGroup_GroupState()
 
 - 
setGroupStatevoid 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()
 
 
- 
 
-