public interface TooltipValue extends ActionValue
The following features are supported:
AttributePackage.getTooltipValue()
Modifier and Type | Method and Description |
---|---|
TooltipValue |
copyInstance() |
int |
getDelay()
Returns the value of the 'Delay' attribute.
|
FormatSpecifier |
getFormatSpecifier()
Returns the value of the 'Format Specifier' containment reference.
|
java.lang.String |
getText()
Returns the value of the 'Text' attribute.
|
boolean |
isSetDelay()
Returns whether the value of the '
Delay ' attribute is set. |
void |
setDelay(int value)
Sets the value of the '
Delay ' attribute. |
void |
setFormatSpecifier(FormatSpecifier value)
Sets the value of the '
Format Specifier ' containment reference. |
void |
setText(java.lang.String value)
Sets the value of the '
Text ' attribute. |
void |
unsetDelay()
Unsets the value of the '
Delay ' attribute. |
getLabel, setLabel
java.lang.String getText()
setText(String)
,
AttributePackage.getTooltipValue_Text()
void setText(java.lang.String value)
Text
' attribute.
value
- the new value of the 'Text' attribute.getText()
int getDelay()
isSetDelay()
,
unsetDelay()
,
setDelay(int)
,
AttributePackage.getTooltipValue_Delay()
void setDelay(int value)
Delay
' attribute.
value
- the new value of the 'Delay' attribute.isSetDelay()
,
unsetDelay()
,
getDelay()
void unsetDelay()
Delay
' attribute.
isSetDelay()
,
getDelay()
,
setDelay(int)
boolean isSetDelay()
Delay
' attribute is set. unsetDelay()
,
getDelay()
,
setDelay(int)
FormatSpecifier getFormatSpecifier()
setFormatSpecifier(FormatSpecifier)
,
AttributePackage.getTooltipValue_FormatSpecifier()
void setFormatSpecifier(FormatSpecifier value)
Format Specifier
' containment reference.
value
- the new value of the 'Format Specifier' containment reference.getFormatSpecifier()
TooltipValue copyInstance()
copyInstance
in interface ActionValue
copyInstance
in interface IChartObject
Copyright © 2005-2008 Actuate Corp. All rights reserved.