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.intgetBegin()Returns the value of the 'Begin' attribute.intgetEnd()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.booleanReturns the value of the 'Use Text String' attribute.booleanReturns the value of the 'Use Tool Tip String' attribute.voidsetBackColor(Color value) Sets the value of the 'Back Color' containment reference.voidsetBegin(int value) Sets the value of the 'Begin' attribute.voidsetEnd(int value) Sets the value of the 'End' attribute.voidsetTextString(String value) Sets the value of the 'Text String' attribute.voidsetTooltipString(String value) Sets the value of the 'Tooltip String' attribute.voidsetUseTextString(boolean value) Sets the value of the 'Use Text String' attribute.voidsetUseToolTipString(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, eUnsetMethods 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, bmSetPropertyMethods 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:
-