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 DataCompositionConditionalAppearancegetConditionalAppearance()Returns the value of the 'Conditional Appearance' containment reference.StringgetId()Returns the value of the 'Id' attribute.StringgetName()Returns the value of the 'Name' attribute.DataCompositionChartOutputParameterValuesgetOutputParameters()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.StringgetPointsUserSettingID()Returns the value of the 'Points User Setting ID' attribute.PresentationgetPointsUserSettingPresentation()Returns the value of the 'Points User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetPointsViewMode()Returns the value of the 'Points View Mode' attribute.DataCompositionSelectedFieldsgetSelection()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.StringgetSeriesUserSettingID()Returns the value of the 'Series User Setting ID' attribute.PresentationgetSeriesUserSettingPresentation()Returns the value of the 'Series User Setting Presentation' containment reference.DataCompositionSettingsItemViewModegetSeriesViewMode()Returns the value of the 'Series View Mode' attribute.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.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetOutputParameters(DataCompositionChartOutputParameterValues value)Sets the value of the 'Output Parameters' containment reference.voidsetPointsUserSettingID(String value)Sets the value of the 'Points User Setting ID' attribute.voidsetPointsUserSettingPresentation(Presentation value)Sets the value of the 'Points User Setting Presentation' containment reference.voidsetPointsViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'Points View Mode' attribute.voidsetSelection(DataCompositionSelectedFields value)Sets the value of the 'Selection' containment reference.voidsetSeriesUserSettingID(String value)Sets the value of the 'Series User Setting ID' attribute.voidsetSeriesUserSettingPresentation(Presentation value)Sets the value of the 'Series User Setting Presentation' containment reference.voidsetSeriesViewMode(DataCompositionSettingsItemViewMode value)Sets the value of the 'Series View Mode' attribute.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.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()
-
-