Interface GaugeChartQualityBandGridItem
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,IGridItem,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GaugeChartQualityBandGridItemImpl
A representation of the model object 'Gauge Chart Quality Band Grid Item'.
The gauge chart quality band grid item
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Back Color' attribute.getBegin()Returns the value of the 'Begin' attribute.getEnd()Returns the value of the 'End' attribute.getText()Returns the value of the 'Text' attribute.getText(GridColumnViewModel column) Returns the value of the 'Tooltip' attribute.voidsetBackColor(String value) Sets the value of the 'Back Color' attribute.voidSets the value of the 'Begin' attribute.voidSets the value of the 'End' attribute.voidSets the value of the 'Text' attribute.voidsetTooltip(String value) Sets the value of the 'Tooltip' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBegin
String getBegin()Returns the value of the 'Begin' attribute. The 'begin' view model value. A string representation of a 'begin' value of a gauge chart quality band.- Returns:
- the value of the 'Begin' attribute.
- See Also:
-
setBegin
Sets the value of the 'Begin' attribute.- Parameters:
value- the new value of the 'Begin' attribute.- See Also:
-
getEnd
String getEnd()Returns the value of the 'End' attribute. The 'end' view model value. A string representation of a 'end' value of a gauge chart quality band.- Returns:
- the value of the 'End' attribute.
- See Also:
-
setEnd
Sets the value of the 'End' attribute.- Parameters:
value- the new value of the 'End' attribute.- See Also:
-
getBackColor
String getBackColor()Returns the value of the 'Back Color' attribute. The 'back color' view model value. A string representation of a 'back color' value of a gauge chart quality band.- Returns:
- the value of the 'Back Color' attribute.
- See Also:
-
setBackColor
Sets the value of the 'Back Color' attribute.- Parameters:
value- the new value of the 'Back Color' attribute.- See Also:
-
getText
String getText()Returns the value of the 'Text' attribute. The 'text' view model value. A string representation of a 'text' value of a gauge chart quality band.- Returns:
- the value of the 'Text' attribute.
- See Also:
-
setText
Sets the value of the 'Text' attribute.- Parameters:
value- the new value of the 'Text' attribute.- See Also:
-
getTooltip
String getTooltip()Returns the value of the 'Tooltip' attribute. The 'tooltip' view model value. A string representation of a 'tooltip' value of a gauge chart quality band.- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
-
setTooltip
Sets the value of the 'Tooltip' attribute.- Parameters:
value- the new value of the 'Tooltip' attribute.- See Also:
-
getText
-