Interface DataCompositionGroupOutputParameterValues
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterValues
- All Known Implementing Classes:
DataCompositionGroupOutputParameterValuesImpl
public interface DataCompositionGroupOutputParameterValues extends ParameterValues
A representation of the model object 'Data Composition Group Output Parameter Values'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChartColorPaletteDescriptiongetColorPaletteDescription()Returns the value of the 'Color Palette Description' containment reference.ChartReferenceBandsgetPointsReferenceBands()Returns the value of the 'Points Reference Bands' containment reference.ChartReferenceLinesgetPointsReferenceLines()Returns the value of the 'Points Reference Lines' containment reference.ChartColorPaletteDescriptiongetReferenceBandsColorPaletteDescription()Returns the value of the 'Reference Bands Color Palette Description' containment reference.ChartReferenceBandsgetValuesReferenceBands()Returns the value of the 'Values Reference Bands' containment reference.ChartReferenceLinesgetValuesReferenceLines()Returns the value of the 'Values Reference Lines' containment reference.voidsetColorPaletteDescription(ChartColorPaletteDescription value)Sets the value of the 'Color Palette Description' containment reference.voidsetPointsReferenceBands(ChartReferenceBands value)Sets the value of the 'Points Reference Bands' containment reference.voidsetPointsReferenceLines(ChartReferenceLines value)Sets the value of the 'Points Reference Lines' containment reference.voidsetReferenceBandsColorPaletteDescription(ChartColorPaletteDescription value)Sets the value of the 'Reference Bands Color Palette Description' containment reference.voidsetValuesReferenceBands(ChartReferenceBands value)Sets the value of the 'Values Reference Bands' containment reference.voidsetValuesReferenceLines(ChartReferenceLines value)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 Detail
-
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(ChartColorPaletteDescription),DcsPackage.getDataCompositionGroupOutputParameterValues_ColorPaletteDescription()
-
setColorPaletteDescription
void setColorPaletteDescription(ChartColorPaletteDescription value)
Sets the value of the 'Color Palette Description' containment reference.- Parameters:
value- the new value of the 'Color Palette Description' containment reference.- See Also:
getColorPaletteDescription()
-
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(ChartColorPaletteDescription),DcsPackage.getDataCompositionGroupOutputParameterValues_ReferenceBandsColorPaletteDescription()
-
setReferenceBandsColorPaletteDescription
void setReferenceBandsColorPaletteDescription(ChartColorPaletteDescription value)
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:
getReferenceBandsColorPaletteDescription()
-
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(ChartReferenceLines),DcsPackage.getDataCompositionGroupOutputParameterValues_ValuesReferenceLines()
-
setValuesReferenceLines
void setValuesReferenceLines(ChartReferenceLines value)
Sets the value of the 'Values Reference Lines' containment reference.- Parameters:
value- the new value of the 'Values Reference Lines' containment reference.- See Also:
getValuesReferenceLines()
-
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(ChartReferenceLines),DcsPackage.getDataCompositionGroupOutputParameterValues_PointsReferenceLines()
-
setPointsReferenceLines
void setPointsReferenceLines(ChartReferenceLines value)
Sets the value of the 'Points Reference Lines' containment reference.- Parameters:
value- the new value of the 'Points Reference Lines' containment reference.- See Also:
getPointsReferenceLines()
-
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(ChartReferenceBands),DcsPackage.getDataCompositionGroupOutputParameterValues_ValuesReferenceBands()
-
setValuesReferenceBands
void setValuesReferenceBands(ChartReferenceBands value)
Sets the value of the 'Values Reference Bands' containment reference.- Parameters:
value- the new value of the 'Values Reference Bands' containment reference.- See Also:
getValuesReferenceBands()
-
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(ChartReferenceBands),DcsPackage.getDataCompositionGroupOutputParameterValues_PointsReferenceBands()
-
setPointsReferenceBands
void setPointsReferenceBands(ChartReferenceBands value)
Sets the value of the 'Points Reference Bands' containment reference.- Parameters:
value- the new value of the 'Points Reference Bands' containment reference.- See Also:
getPointsReferenceBands()
-
-