Package com._1c.g5.v8.dt.metadata.common
Interface GaugeChartQualityBand
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GaugeChartQualityBandImpl
public interface GaugeChartQualityBand extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Gauge Chart Quality Band'.The following features are supported:
- See Also:
CommonPackage.getGaugeChartQualityBand()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Color
getBackColor()
Returns 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.org.eclipse.emf.common.util.EMap<String,String>
getText()
Returns the value of the 'Text' map.String
getTextStr()
Returns the value of the 'Text Str' attribute.org.eclipse.emf.common.util.EMap<String,String>
getTooltip()
Returns the value of the 'Tooltip' map.String
getTooltipStr()
Returns the value of the 'Tooltip Str' 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
setTextStr(String value)
Sets the value of the 'Text Str
' attribute.void
setTooltipStr(String value)
Sets the value of the 'Tooltip Str
' attribute.
-
-
-
Method Detail
-
getBegin
int getBegin()
Returns the value of the 'Begin' attribute.- Returns:
- the value of the 'Begin' attribute.
- See Also:
setBegin(int)
,CommonPackage.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)
,CommonPackage.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)
,CommonPackage.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:
CommonPackage.getGaugeChartQualityBand_Text()
-
getTooltip
org.eclipse.emf.common.util.EMap<String,String> getTooltip()
- Returns:
- the value of the 'Tooltip' map.
- See Also:
CommonPackage.getGaugeChartQualityBand_Tooltip()
-
getTextStr
String getTextStr()
Returns the value of the 'Text Str' attribute.- Returns:
- the value of the 'Text Str' attribute.
- See Also:
setTextStr(String)
,CommonPackage.getGaugeChartQualityBand_TextStr()
-
setTextStr
void setTextStr(String value)
Sets the value of the 'Text Str
' attribute.- Parameters:
value
- the new value of the 'Text Str' attribute.- See Also:
getTextStr()
-
getTooltipStr
String getTooltipStr()
Returns the value of the 'Tooltip Str' attribute.- Returns:
- the value of the 'Tooltip Str' attribute.
- See Also:
setTooltipStr(String)
,CommonPackage.getGaugeChartQualityBand_TooltipStr()
-
setTooltipStr
void setTooltipStr(String value)
Sets the value of the 'Tooltip Str
' attribute.- Parameters:
value
- the new value of the 'Tooltip Str' attribute.- See Also:
getTooltipStr()
-
-