Interface DataCompositionOutputParameterValues
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,ParameterValues
- All Known Implementing Classes:
DataCompositionOutputParameterValuesImpl
A representation of the model object 'Data Composition Output Parameter Values'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Additional Values Axis' containment reference.Returns the value of the 'Additional Values Scale' containment reference.Returns the value of the 'Color Palette Description' containment reference.Returns the value of the 'Points Reference Bands' containment reference.Returns the value of the 'Points Reference Lines' containment reference.Returns the value of the 'Reference Bands Color Palette Description' containment reference.Returns the value of the 'Values Reference Bands' containment reference.Returns the value of the 'Values Reference Lines' containment reference.void
setAdditionalValuesAxis
(ChartAxis value) Sets the value of the 'Additional Values Axis
' containment reference.void
Sets the value of the 'Additional Values Scale
' containment reference.void
Sets the value of the 'Color Palette Description
' containment reference.void
Sets the value of the 'Points Reference Bands
' containment reference.void
Sets the value of the 'Points Reference Lines
' containment reference.void
Sets the value of the 'Reference Bands Color Palette Description
' containment reference.void
Sets the value of the 'Values Reference Bands
' containment reference.void
Sets the value of the 'Values Reference Lines
' containment reference.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
Methods inherited from interface com._1c.g5.v8.dt.dcs.model.core.ParameterValues
getItems
-
Method Details
-
getColorPaletteDescription
ChartColorPaletteDescription getColorPaletteDescription()Returns the value of the 'Color Palette Description' containment reference.- Returns:
- the value of the 'Color Palette Description' containment reference.
- See Also:
-
setColorPaletteDescription
Sets the value of the 'Color Palette Description
' containment reference.- Parameters:
value
- the new value of the 'Color Palette Description' containment reference.- See Also:
-
getReferenceBandsColorPaletteDescription
ChartColorPaletteDescription getReferenceBandsColorPaletteDescription()Returns the value of the 'Reference Bands Color Palette Description' containment reference.- Returns:
- the value of the 'Reference Bands Color Palette Description' containment reference.
- See Also:
-
setReferenceBandsColorPaletteDescription
Sets the value of the 'Reference Bands Color Palette Description
' containment reference.- Parameters:
value
- the new value of the 'Reference Bands Color Palette Description' containment reference.- See Also:
-
getValuesReferenceLines
ChartReferenceLines getValuesReferenceLines()Returns the value of the 'Values Reference Lines' containment reference.- Returns:
- the value of the 'Values Reference Lines' containment reference.
- See Also:
-
setValuesReferenceLines
Sets the value of the 'Values Reference Lines
' containment reference.- Parameters:
value
- the new value of the 'Values Reference Lines' containment reference.- See Also:
-
getPointsReferenceLines
ChartReferenceLines getPointsReferenceLines()Returns the value of the 'Points Reference Lines' containment reference.- Returns:
- the value of the 'Points Reference Lines' containment reference.
- See Also:
-
setPointsReferenceLines
Sets the value of the 'Points Reference Lines
' containment reference.- Parameters:
value
- the new value of the 'Points Reference Lines' containment reference.- See Also:
-
getValuesReferenceBands
ChartReferenceBands getValuesReferenceBands()Returns the value of the 'Values Reference Bands' containment reference.- Returns:
- the value of the 'Values Reference Bands' containment reference.
- See Also:
-
setValuesReferenceBands
Sets the value of the 'Values Reference Bands
' containment reference.- Parameters:
value
- the new value of the 'Values Reference Bands' containment reference.- See Also:
-
getPointsReferenceBands
ChartReferenceBands getPointsReferenceBands()Returns the value of the 'Points Reference Bands' containment reference.- Returns:
- the value of the 'Points Reference Bands' containment reference.
- See Also:
-
setPointsReferenceBands
Sets the value of the 'Points Reference Bands
' containment reference.- Parameters:
value
- the new value of the 'Points Reference Bands' containment reference.- See Also:
-
getAdditionalValuesScale
ChartScale getAdditionalValuesScale()Returns the value of the 'Additional Values Scale' containment reference.- Returns:
- the value of the 'Additional Values Scale' containment reference.
- See Also:
-
setAdditionalValuesScale
Sets the value of the 'Additional Values Scale
' containment reference.- Parameters:
value
- the new value of the 'Additional Values Scale' containment reference.- See Also:
-
getAdditionalValuesAxis
ChartAxis getAdditionalValuesAxis()Returns the value of the 'Additional Values Axis' containment reference.- Returns:
- the value of the 'Additional Values Axis' containment reference.
- See Also:
-
setAdditionalValuesAxis
Sets the value of the 'Additional Values Axis
' containment reference.- Parameters:
value
- the new value of the 'Additional Values Axis' containment reference.- See Also:
-