Interface DataCompositionChart
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,StructureItem
- All Known Implementing Classes:
DataCompositionChartImpl
public interface DataCompositionChart extends StructureItem
A representation of the model object 'Data Composition Chart'.The following features are supported:
- See Also:
DcsPackage.getDataCompositionChart()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataCompositionConditionalAppearance
getConditionalAppearance()
Returns the value of the 'Conditional Appearance' containment reference.String
getId()
Returns the value of the 'Id' attribute.String
getName()
Returns the value of the 'Name' attribute.DataCompositionChartOutputParameterValues
getOutputParameters()
Returns the value of the 'Output Parameters' containment reference.org.eclipse.emf.common.util.EList<DataCompositionChartGroup>
getPoints()
Returns the value of the 'Points' containment reference list.String
getPointsUserSettingID()
Returns the value of the 'Points User Setting ID' attribute.Presentation
getPointsUserSettingPresentation()
Returns the value of the 'Points User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getPointsViewMode()
Returns the value of the 'Points View Mode' attribute.DataCompositionSelectedFields
getSelection()
Returns the value of the 'Selection' containment reference.org.eclipse.emf.common.util.EList<DataCompositionChartGroup>
getSeries()
Returns the value of the 'Series' containment reference list.String
getSeriesUserSettingID()
Returns the value of the 'Series User Setting ID' attribute.Presentation
getSeriesUserSettingPresentation()
Returns the value of the 'Series User Setting Presentation' containment reference.DataCompositionSettingsItemViewMode
getSeriesViewMode()
Returns the value of the 'Series View Mode' attribute.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
setId(String value)
Sets the value of the 'Id
' attribute.void
setName(String value)
Sets the value of the 'Name
' attribute.void
setOutputParameters(DataCompositionChartOutputParameterValues value)
Sets the value of the 'Output Parameters
' containment reference.void
setPointsUserSettingID(String value)
Sets the value of the 'Points User Setting ID
' attribute.void
setPointsUserSettingPresentation(Presentation value)
Sets the value of the 'Points User Setting Presentation
' containment reference.void
setPointsViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'Points View Mode
' attribute.void
setSelection(DataCompositionSelectedFields value)
Sets the value of the 'Selection
' containment reference.void
setSeriesUserSettingID(String value)
Sets the value of the 'Series User Setting ID
' attribute.void
setSeriesUserSettingPresentation(Presentation value)
Sets the value of the 'Series User Setting Presentation
' containment reference.void
setSeriesViewMode(DataCompositionSettingsItemViewMode value)
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
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.getDataCompositionChart_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.getDataCompositionChart_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()
-
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:
DcsPackage.getDataCompositionChart_Points()
-
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:
DcsPackage.getDataCompositionChart_Series()
-
getSelection
DataCompositionSelectedFields getSelection()
Returns the value of the 'Selection' containment reference.- Returns:
- the value of the 'Selection' containment reference.
- See Also:
setSelection(DataCompositionSelectedFields)
,DcsPackage.getDataCompositionChart_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.getDataCompositionChart_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
DataCompositionChartOutputParameterValues getOutputParameters()
Returns the value of the 'Output Parameters' containment reference.- Returns:
- the value of the 'Output Parameters' containment reference.
- See Also:
setOutputParameters(DataCompositionChartOutputParameterValues)
,DcsPackage.getDataCompositionChart_OutputParameters()
-
setOutputParameters
void setOutputParameters(DataCompositionChartOutputParameterValues value)
Sets the value of the 'Output Parameters
' containment reference.- Parameters:
value
- the new value of the 'Output Parameters' containment reference.- See Also:
getOutputParameters()
-
getId
String getId()
Returns the value of the 'Id' attribute.- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String)
,DcsPackage.getDataCompositionChart_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.getDataCompositionChart_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.getDataCompositionChart_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.getDataCompositionChart_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()
-
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:
DataCompositionSettingsItemViewMode
,setPointsViewMode(DataCompositionSettingsItemViewMode)
,DcsPackage.getDataCompositionChart_PointsViewMode()
-
setPointsViewMode
void setPointsViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'Points View Mode
' attribute.- Parameters:
value
- the new value of the 'Points View Mode' attribute.- See Also:
DataCompositionSettingsItemViewMode
,getPointsViewMode()
-
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(String)
,DcsPackage.getDataCompositionChart_PointsUserSettingID()
-
setPointsUserSettingID
void setPointsUserSettingID(String value)
Sets the value of the 'Points User Setting ID
' attribute.- Parameters:
value
- the new value of the 'Points User Setting ID' attribute.- See Also:
getPointsUserSettingID()
-
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(Presentation)
,DcsPackage.getDataCompositionChart_PointsUserSettingPresentation()
-
setPointsUserSettingPresentation
void setPointsUserSettingPresentation(Presentation value)
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:
getPointsUserSettingPresentation()
-
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:
DataCompositionSettingsItemViewMode
,setSeriesViewMode(DataCompositionSettingsItemViewMode)
,DcsPackage.getDataCompositionChart_SeriesViewMode()
-
setSeriesViewMode
void setSeriesViewMode(DataCompositionSettingsItemViewMode value)
Sets the value of the 'Series View Mode
' attribute.- Parameters:
value
- the new value of the 'Series View Mode' attribute.- See Also:
DataCompositionSettingsItemViewMode
,getSeriesViewMode()
-
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(String)
,DcsPackage.getDataCompositionChart_SeriesUserSettingID()
-
setSeriesUserSettingID
void setSeriesUserSettingID(String value)
Sets the value of the 'Series User Setting ID
' attribute.- Parameters:
value
- the new value of the 'Series User Setting ID' attribute.- See Also:
getSeriesUserSettingID()
-
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(Presentation)
,DcsPackage.getDataCompositionChart_SeriesUserSettingPresentation()
-
setSeriesUserSettingPresentation
void setSeriesUserSettingPresentation(Presentation value)
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:
getSeriesUserSettingPresentation()
-
-