Interface DataCompositionConditionalAppearance
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
DataCompositionConditionalAppearanceImpl
public interface DataCompositionConditionalAppearance extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Data Composition Conditional Appearance'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<DataCompositionConditionalAppearanceItem>getItems()Returns the value of the 'Items' containment reference list.ChartReferenceBandgetReferenceBandInChart()Returns the value of the 'Reference Band In Chart' containment reference.ChartReferenceLinegetReferenceLineInChart()Returns the value of the 'Reference Line In Chart' 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.voidsetReferenceBandInChart(ChartReferenceBand value)Sets the value of the 'Reference Band In Chart' containment reference.voidsetReferenceLineInChart(ChartReferenceLine value)Sets the value of the 'Reference Line In Chart' containment reference.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
-
getItems
org.eclipse.emf.common.util.EList<DataCompositionConditionalAppearanceItem> getItems()
Returns the value of the 'Items' containment reference list. The list contents are of typeDataCompositionConditionalAppearanceItem.- Returns:
- the value of the 'Items' containment reference list.
- See Also:
DcsPackage.getDataCompositionConditionalAppearance_Items()
-
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.getDataCompositionConditionalAppearance_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.getDataCompositionConditionalAppearance_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.getDataCompositionConditionalAppearance_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()
-
getReferenceLineInChart
ChartReferenceLine getReferenceLineInChart()
Returns the value of the 'Reference Line In Chart' containment reference.- Returns:
- the value of the 'Reference Line In Chart' containment reference.
- See Also:
setReferenceLineInChart(ChartReferenceLine),DcsPackage.getDataCompositionConditionalAppearance_ReferenceLineInChart()
-
setReferenceLineInChart
void setReferenceLineInChart(ChartReferenceLine value)
Sets the value of the 'Reference Line In Chart' containment reference.- Parameters:
value- the new value of the 'Reference Line In Chart' containment reference.- See Also:
getReferenceLineInChart()
-
getReferenceBandInChart
ChartReferenceBand getReferenceBandInChart()
Returns the value of the 'Reference Band In Chart' containment reference.- Returns:
- the value of the 'Reference Band In Chart' containment reference.
- See Also:
setReferenceBandInChart(ChartReferenceBand),DcsPackage.getDataCompositionConditionalAppearance_ReferenceBandInChart()
-
setReferenceBandInChart
void setReferenceBandInChart(ChartReferenceBand value)
Sets the value of the 'Reference Band In Chart' containment reference.- Parameters:
value- the new value of the 'Reference Band In Chart' containment reference.- See Also:
getReferenceBandInChart()
-
-