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.EObject
A representation of the model object 'Data Composition Chart Group'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Conditional Appearance' containment reference.Returns the value of the 'Filter' containment reference.Returns the value of the 'Group Fields' containment reference.Returns the value of the 'Group State' attribute.getId()
Returns the value of the 'Id' attribute.org.eclipse.emf.common.util.EList<DataCompositionChartGroup>
getItems()
Returns the value of the 'Items' containment reference list.Returns the value of the 'Items User Setting ID' attribute.Returns the value of the 'Items User Setting Presentation' containment reference.Returns the value of the 'Items View Mode' attribute.getName()
Returns the value of the 'Name' attribute.getOrder()
Returns the value of the 'Order' containment reference.Returns the value of the 'Output Parameters' containment reference.Returns the value of the 'Selection' containment reference.Returns the value of the 'User Setting ID' attribute.Returns the value of the 'User Setting Presentation' containment reference.Returns the value of the 'View Mode' attribute.boolean
isUse()
Returns the value of the 'Use' attribute.void
Sets the value of the 'Conditional Appearance
' containment reference.void
setFilter
(DataCompositionFilter value) Sets the value of the 'Filter
' containment reference.void
Sets the value of the 'Group Fields
' containment reference.void
Sets the value of the 'Group State
' attribute.void
Sets the value of the 'Id
' attribute.void
setItemsUserSettingID
(String value) Sets the value of the 'Items User Setting ID
' attribute.void
Sets the value of the 'Items User Setting Presentation
' containment reference.void
Sets the value of the 'Items View Mode
' attribute.void
Sets the value of the 'Name
' attribute.void
setOrder
(DataCompositionOrder value) Sets the value of the 'Order
' containment reference.void
Sets the value of the 'Output Parameters
' containment reference.void
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
Sets the value of the 'User Setting Presentation
' containment reference.void
Sets the value of the 'View Mode
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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
void setUse(boolean value) Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' attribute.- See Also:
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
-
setName
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
-
getGroupFields
DataCompositionGroupFields getGroupFields()Returns the value of the 'Group Fields' containment reference.- Returns:
- the value of the 'Group Fields' containment reference.
- See Also:
-
setGroupFields
Sets the value of the 'Group Fields
' containment reference.- Parameters:
value
- the new value of the 'Group Fields' containment reference.- See Also:
-
getFilter
DataCompositionFilter getFilter()Returns the value of the 'Filter' containment reference.- Returns:
- the value of the 'Filter' containment reference.
- See Also:
-
setFilter
Sets the value of the 'Filter
' containment reference.- Parameters:
value
- the new value of the 'Filter' containment reference.- See Also:
-
getOrder
DataCompositionOrder getOrder()Returns the value of the 'Order' containment reference.- Returns:
- the value of the 'Order' containment reference.
- See Also:
-
setOrder
Sets the value of the 'Order
' containment reference.- Parameters:
value
- the new value of the 'Order' containment reference.- See Also:
-
getSelection
DataCompositionSelectedFields getSelection()Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
-
setSelection
Sets the value of the 'Selection
' containment reference.- Parameters:
value
- the new value of the 'Selection' containment reference.- See Also:
-
getConditionalAppearance
DataCompositionConditionalAppearance getConditionalAppearance()Returns the value of the 'Conditional Appearance' containment reference.- Returns:
- the value of the 'Conditional Appearance' containment reference.
- See Also:
-
setConditionalAppearance
Sets the value of the 'Conditional Appearance
' containment reference.- Parameters:
value
- the new value of the 'Conditional Appearance' containment reference.- See Also:
-
getOutputParameters
DataCompositionChartGroupOutputParameterValues getOutputParameters()Returns the value of the 'Output Parameters' containment reference.- Returns:
- the value of the 'Output Parameters' containment reference.
- See Also:
-
setOutputParameters
Sets the value of the 'Output Parameters
' containment reference.- Parameters:
value
- the new value of the 'Output Parameters' containment reference.- See Also:
-
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:
-
getId
String getId()Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
-
setId
Sets the value of the 'Id
' attribute.- Parameters:
value
- the new value of the 'Id' attribute.- See Also:
-
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:
-
setViewMode
Sets the value of the 'View Mode
' attribute.- Parameters:
value
- the new value of the 'View Mode' attribute.- See Also:
-
getUserSettingID
String getUserSettingID()Returns the value of the 'User Setting ID' attribute.- Returns:
- the value of the 'User Setting ID' attribute.
- See Also:
-
setUserSettingID
Sets the value of the 'User Setting ID
' attribute.- Parameters:
value
- the new value of the 'User Setting ID' attribute.- See Also:
-
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
Sets the value of the 'User Setting Presentation
' containment reference.- Parameters:
value
- the new value of the 'User Setting Presentation' containment reference.- See Also:
-
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:
-
setItemsViewMode
Sets the value of the 'Items View Mode
' attribute.- Parameters:
value
- the new value of the 'Items View Mode' attribute.- See Also:
-
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
Sets the value of the 'Items User Setting ID
' attribute.- Parameters:
value
- the new value of the 'Items User Setting ID' attribute.- See Also:
-
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
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:
-
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:
-
setGroupState
Sets the value of the 'Group State
' attribute.- Parameters:
value
- the new value of the 'Group State' attribute.- See Also:
-