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 SummaryAll 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.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 - 
Methods inherited from interface com._1c.g5.v8.bm.core.IBmObjectbmGetEngine, bmGetFqn, bmGetId, bmGetNamespace, bmGetPlatformTransaction, bmGetProperties, bmGetProperty, bmGetReferences, bmGetResourceId, bmGetTopObject, bmGetTransaction, bmGetUri, bmGetUriAsString, bmIsTop, bmIsTransient, bmMatchSingleReference, bmSetProperty
 
- 
 
- 
- 
- 
Method Detail- 
getBeginint getBegin() Returns the value of the 'Begin' attribute.- Returns:
- the value of the 'Begin' attribute.
- See Also:
- setBegin(int),- ChartPackage.getGaugeChartQualityBand_Begin()
 
 - 
setBeginvoid setBegin(int value) Sets the value of the 'Begin' attribute.- Parameters:
- value- the new value of the 'Begin' attribute.
- See Also:
- getBegin()
 
 - 
getEndint getEnd() Returns the value of the 'End' attribute.- Returns:
- the value of the 'End' attribute.
- See Also:
- setEnd(int),- ChartPackage.getGaugeChartQualityBand_End()
 
 - 
setEndvoid setEnd(int value) Sets the value of the 'End' attribute.- Parameters:
- value- the new value of the 'End' attribute.
- See Also:
- getEnd()
 
 - 
getBackColorColor 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()
 
 - 
setBackColorvoid 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()
 
 - 
getTextorg.eclipse.emf.common.util.EMap<String,String> getText() - Returns:
- the value of the 'Text' map.
- See Also:
- ChartPackage.getGaugeChartQualityBand_Text()
 
 - 
getTooltiporg.eclipse.emf.common.util.EMap<String,String> getTooltip() - Returns:
- the value of the 'Tooltip' map.
- See Also:
- ChartPackage.getGaugeChartQualityBand_Tooltip()
 
 - 
getTextStringString getTextString() Returns the value of the 'Text String' attribute.- Returns:
- the value of the 'Text String' attribute.
- See Also:
- setTextString(String),- ChartPackage.getGaugeChartQualityBand_TextString()
 
 - 
setTextStringvoid setTextString(String value) Sets the value of the 'Text String' attribute.- Parameters:
- value- the new value of the 'Text String' attribute.
- See Also:
- getTextString()
 
 - 
getTooltipStringString getTooltipString() Returns the value of the 'Tooltip String' attribute.- Returns:
- the value of the 'Tooltip String' attribute.
- See Also:
- setTooltipString(String),- ChartPackage.getGaugeChartQualityBand_TooltipString()
 
 - 
setTooltipStringvoid setTooltipString(String value) Sets the value of the 'Tooltip String' attribute.- Parameters:
- value- the new value of the 'Tooltip String' attribute.
- See Also:
- getTooltipString()
 
 - 
isUseTextStringboolean 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()
 
 - 
setUseTextStringvoid 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()
 
 - 
isUseToolTipStringboolean 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()
 
 - 
setUseToolTipStringvoid 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()
 
 
- 
 
-