Package com._1c.g5.v8.dt.chart.model
Interface GaugeChartQualityBand
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,IBmObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GaugeChartQualityBandImpl
A representation of the model object 'Gauge Chart Quality Band'.
The following features are supported:
- See Also:
-
Field Summary
Fields inherited from interface com._1c.g5.v8.bm.core.IBmObject
BM_NULL_ID
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Back Color' containment reference.int
getBegin()
Returns the value of the 'Begin' attribute.int
getEnd()
Returns the value of the 'End' attribute.getText()
Returns the value of the 'Text' map.Returns the value of the 'Text String' attribute.Returns the value of the 'Tooltip' map.Returns the value of the 'Tooltip String' attribute.boolean
Returns the value of the 'Use Text String' attribute.boolean
Returns the value of the 'Use Tool Tip String' attribute.void
setBackColor
(Color value) Sets the value of the 'Back Color
' containment reference.void
setBegin
(int value) Sets the value of the 'Begin
' attribute.void
setEnd
(int value) Sets the value of the 'End
' attribute.void
setTextString
(String value) Sets the value of the 'Text String
' attribute.void
setTooltipString
(String value) Sets the value of the 'Tooltip String
' attribute.void
setUseTextString
(boolean value) Sets the value of the 'Use Text String
' attribute.void
setUseToolTipString
(boolean value) Sets the value of the 'Use Tool Tip String
' attribute.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 com._1c.g5.v8.bm.core.IBmObject
bmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBegin
int getBegin()Returns the value of the 'Begin' attribute.- Returns:
- the value of the 'Begin' attribute.
- See Also:
-
setBegin
void setBegin(int value) Sets the value of the 'Begin
' attribute.- Parameters:
value
- the new value of the 'Begin' attribute.- See Also:
-
getEnd
int getEnd()Returns the value of the 'End' attribute.- Returns:
- the value of the 'End' attribute.
- See Also:
-
setEnd
void setEnd(int value) Sets the value of the 'End
' attribute.- Parameters:
value
- the new value of the 'End' attribute.- See Also:
-
getBackColor
Color getBackColor()Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
-
setBackColor
Sets the value of the 'Back Color
' containment reference.- Parameters:
value
- the new value of the 'Back Color' containment reference.- See Also:
-
getText
- Returns:
- the value of the 'Text' map.
- See Also:
-
getTooltip
- Returns:
- the value of the 'Tooltip' map.
- See Also:
-
getTextString
String getTextString()Returns the value of the 'Text String' attribute.- Returns:
- the value of the 'Text String' attribute.
- See Also:
-
setTextString
Sets the value of the 'Text String
' attribute.- Parameters:
value
- the new value of the 'Text String' attribute.- See Also:
-
getTooltipString
String getTooltipString()Returns the value of the 'Tooltip String' attribute.- Returns:
- the value of the 'Tooltip String' attribute.
- See Also:
-
setTooltipString
Sets the value of the 'Tooltip String
' attribute.- Parameters:
value
- the new value of the 'Tooltip String' attribute.- See Also:
-
isUseTextString
boolean isUseTextString()Returns the value of the 'Use Text String' attribute.- Returns:
- the value of the 'Use Text String' attribute.
- See Also:
-
setUseTextString
void setUseTextString(boolean value) Sets the value of the 'Use Text String
' attribute.- Parameters:
value
- the new value of the 'Use Text String' attribute.- See Also:
-
isUseToolTipString
boolean isUseToolTipString()Returns the value of the 'Use Tool Tip String' attribute.- Returns:
- the value of the 'Use Tool Tip String' attribute.
- See Also:
-
setUseToolTipString
void setUseToolTipString(boolean value) Sets the value of the 'Use Tool Tip String
' attribute.- Parameters:
value
- the new value of the 'Use Tool Tip String' attribute.- See Also:
-