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
public interface GaugeChartQualityBand extends IBmObject
A representation of the model object 'Gauge Chart Quality Band'.The following features are supported:
- See Also:
ChartPackage.getGaugeChartQualityBand()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ColorgetBackColor()Returns the value of the 'Back Color' containment reference.intgetBegin()Returns the value of the 'Begin' attribute.intgetEnd()Returns the value of the 'End' attribute.org.eclipse.emf.common.util.EMap<String,String>getText()Returns the value of the 'Text' map.StringgetTextString()Returns the value of the 'Text String' attribute.org.eclipse.emf.common.util.EMap<String,String>getTooltip()Returns the value of the 'Tooltip' map.StringgetTooltipString()Returns the value of the 'Tooltip String' attribute.booleanisUseTextString()Returns the value of the 'Use Text String' attribute.booleanisUseToolTipString()Returns 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, 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
-
-
-
-
Method Detail
-
getBegin
int getBegin()
Returns the value of the 'Begin' attribute.- Returns:
- the value of the 'Begin' attribute.
- See Also:
setBegin(int),ChartPackage.getGaugeChartQualityBand_Begin()
-
setBegin
void setBegin(int value)
Sets the value of the 'Begin' attribute.- Parameters:
value- the new value of the 'Begin' attribute.- See Also:
getBegin()
-
getEnd
int getEnd()
Returns the value of the 'End' attribute.- Returns:
- the value of the 'End' attribute.
- See Also:
setEnd(int),ChartPackage.getGaugeChartQualityBand_End()
-
setEnd
void setEnd(int value)
Sets the value of the 'End' attribute.- Parameters:
value- the new value of the 'End' attribute.- See Also:
getEnd()
-
getBackColor
Color getBackColor()
Returns the value of the 'Back Color' containment reference.- Returns:
- the value of the 'Back Color' containment reference.
- See Also:
setBackColor(Color),ChartPackage.getGaugeChartQualityBand_BackColor()
-
setBackColor
void setBackColor(Color value)
Sets the value of the 'Back Color' containment reference.- Parameters:
value- the new value of the 'Back Color' containment reference.- See Also:
getBackColor()
-
getText
org.eclipse.emf.common.util.EMap<String,String> getText()
- Returns:
- the value of the 'Text' map.
- See Also:
ChartPackage.getGaugeChartQualityBand_Text()
-
getTooltip
org.eclipse.emf.common.util.EMap<String,String> getTooltip()
- Returns:
- the value of the 'Tooltip' map.
- See Also:
ChartPackage.getGaugeChartQualityBand_Tooltip()
-
getTextString
String getTextString()
Returns the value of the 'Text String' attribute.- Returns:
- the value of the 'Text String' attribute.
- See Also:
setTextString(String),ChartPackage.getGaugeChartQualityBand_TextString()
-
setTextString
void setTextString(String value)
Sets the value of the 'Text String' attribute.- Parameters:
value- the new value of the 'Text String' attribute.- See Also:
getTextString()
-
getTooltipString
String getTooltipString()
Returns the value of the 'Tooltip String' attribute.- Returns:
- the value of the 'Tooltip String' attribute.
- See Also:
setTooltipString(String),ChartPackage.getGaugeChartQualityBand_TooltipString()
-
setTooltipString
void setTooltipString(String value)
Sets the value of the 'Tooltip String' attribute.- Parameters:
value- the new value of the 'Tooltip String' attribute.- See Also:
getTooltipString()
-
isUseTextString
boolean isUseTextString()
Returns the value of the 'Use Text String' attribute.- Returns:
- the value of the 'Use Text String' attribute.
- See Also:
setUseTextString(boolean),ChartPackage.getGaugeChartQualityBand_UseTextString()
-
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:
isUseTextString()
-
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(boolean),ChartPackage.getGaugeChartQualityBand_UseToolTipString()
-
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:
isUseToolTipString()
-
-