Interface DataCompositionChartGroup
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionChartGroupImpl
public interface DataCompositionChartGroup extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Data Composition Chart Group'.The following features are supported:
-
-
Method Summary
All 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<DataCompositionChartGroup>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.DataCompositionChartGroupOutputParameterValuesgetOutputParameters()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(DataCompositionChartGroupOutputParameterValues 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
-
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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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
DataCompositionChartGroupOutputParameterValues getOutputParameters()
Returns the value of the 'Output Parameters' containment reference.- Returns:
- the value of the 'Output Parameters' containment reference.
- See Also:
setOutputParameters(DataCompositionChartGroupOutputParameterValues),DcsPackage.getDataCompositionChartGroup_OutputParameters()
-
setOutputParameters
void setOutputParameters(DataCompositionChartGroupOutputParameterValues 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<DataCompositionChartGroup> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeDataCompositionChartGroup.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
DcsPackage.getDataCompositionChartGroup_Items()
-
getId
String getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String),DcsPackage.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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.getDataCompositionChartGroup_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()
-
-