Interface DataCompositionChart
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,StructureItem
- All Known Implementing Classes:
DataCompositionChartImpl
A representation of the model object 'Data Composition Chart'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Conditional Appearance' containment reference.getId()
Returns the value of the 'Id' attribute.getName()
Returns the value of the 'Name' attribute.Returns the value of the 'Output Parameters' containment reference.org.eclipse.emf.common.util.EList<DataCompositionChartGroup>
Returns the value of the 'Points' containment reference list.Returns the value of the 'Points User Setting ID' attribute.Returns the value of the 'Points User Setting Presentation' containment reference.Returns the value of the 'Points View Mode' attribute.Returns the value of the 'Selection' containment reference.org.eclipse.emf.common.util.EList<DataCompositionChartGroup>
Returns the value of the 'Series' containment reference list.Returns the value of the 'Series User Setting ID' attribute.Returns the value of the 'Series User Setting Presentation' containment reference.Returns the value of the 'Series View Mode' attribute.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
Sets the value of the 'Id
' attribute.void
Sets the value of the 'Name
' attribute.void
Sets the value of the 'Output Parameters
' containment reference.void
setPointsUserSettingID
(String value) Sets the value of the 'Points User Setting ID
' attribute.void
Sets the value of the 'Points User Setting Presentation
' containment reference.void
Sets the value of the 'Points View Mode
' attribute.void
Sets the value of the 'Selection
' containment reference.void
setSeriesUserSettingID
(String value) Sets the value of the 'Series User Setting ID
' attribute.void
Sets the value of the 'Series User Setting Presentation
' containment reference.void
Sets the value of the 'Series View Mode
' attribute.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:
-
getPoints
org.eclipse.emf.common.util.EList<DataCompositionChartGroup> getPoints()Returns the value of the 'Points' containment reference list. The list contents are of typeDataCompositionChartGroup
.- Returns:
- the value of the 'Points' containment reference list.
- See Also:
-
getSeries
org.eclipse.emf.common.util.EList<DataCompositionChartGroup> getSeries()Returns the value of the 'Series' containment reference list. The list contents are of typeDataCompositionChartGroup
.- Returns:
- the value of the 'Series' containment reference list.
- 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
DataCompositionChartOutputParameterValues 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:
-
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:
-
getPointsViewMode
DataCompositionSettingsItemViewMode getPointsViewMode()Returns the value of the 'Points View Mode' attribute. The default value is"QuickAccess"
. The literals are from the enumerationDataCompositionSettingsItemViewMode
.- Returns:
- the value of the 'Points View Mode' attribute.
- See Also:
-
setPointsViewMode
Sets the value of the 'Points View Mode
' attribute.- Parameters:
value
- the new value of the 'Points View Mode' attribute.- See Also:
-
getPointsUserSettingID
String getPointsUserSettingID()Returns the value of the 'Points User Setting ID' attribute.- Returns:
- the value of the 'Points User Setting ID' attribute.
- See Also:
-
setPointsUserSettingID
Sets the value of the 'Points User Setting ID
' attribute.- Parameters:
value
- the new value of the 'Points User Setting ID' attribute.- See Also:
-
getPointsUserSettingPresentation
Presentation getPointsUserSettingPresentation()Returns the value of the 'Points User Setting Presentation' containment reference.- Returns:
- the value of the 'Points User Setting Presentation' containment reference.
- See Also:
-
setPointsUserSettingPresentation
Sets the value of the 'Points User Setting Presentation
' containment reference.- Parameters:
value
- the new value of the 'Points User Setting Presentation' containment reference.- See Also:
-
getSeriesViewMode
DataCompositionSettingsItemViewMode getSeriesViewMode()Returns the value of the 'Series View Mode' attribute. The default value is"QuickAccess"
. The literals are from the enumerationDataCompositionSettingsItemViewMode
.- Returns:
- the value of the 'Series View Mode' attribute.
- See Also:
-
setSeriesViewMode
Sets the value of the 'Series View Mode
' attribute.- Parameters:
value
- the new value of the 'Series View Mode' attribute.- See Also:
-
getSeriesUserSettingID
String getSeriesUserSettingID()Returns the value of the 'Series User Setting ID' attribute.- Returns:
- the value of the 'Series User Setting ID' attribute.
- See Also:
-
setSeriesUserSettingID
Sets the value of the 'Series User Setting ID
' attribute.- Parameters:
value
- the new value of the 'Series User Setting ID' attribute.- See Also:
-
getSeriesUserSettingPresentation
Presentation getSeriesUserSettingPresentation()Returns the value of the 'Series User Setting Presentation' containment reference.- Returns:
- the value of the 'Series User Setting Presentation' containment reference.
- See Also:
-
setSeriesUserSettingPresentation
Sets the value of the 'Series User Setting Presentation
' containment reference.- Parameters:
value
- the new value of the 'Series User Setting Presentation' containment reference.- See Also:
-