org.eclipse.birt.chart.model.attribute
Interface TooltipValue

All Superinterfaces:
ActionValue, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
TooltipValueImpl

public interface TooltipValue
extends ActionValue

A representation of the model object 'Tooltip Value'. This type defines the value for a 'Show_Tooltip' action.

The following features are supported:

See Also:
AttributePackage.getTooltipValue()

Method Summary
 TooltipValue copyInstance()
          A convenient method to get an instance copy.
 int getDelay()
          Returns the value of the 'Delay' attribute.
 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 setText(java.lang.String value)
          Sets the value of the 'Text' attribute.
 void unsetDelay()
          Unsets the value of the 'Delay' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getText

java.lang.String getText()
Returns the value of the 'Text' attribute. Holds the text for the tooltip.

Returns:
the value of the 'Text' attribute.
See Also:
setText(String), AttributePackage.getTooltipValue_Text()

setText

void setText(java.lang.String value)
Sets the value of the 'Text' attribute.

Parameters:
value - the new value of the 'Text' attribute.
See Also:
getText()

getDelay

int getDelay()
Returns the value of the 'Delay' attribute. Specifies the delay afer which the tooltip is to be shown.

Returns:
the value of the 'Delay' attribute.
See Also:
isSetDelay(), unsetDelay(), setDelay(int), AttributePackage.getTooltipValue_Delay()

setDelay

void setDelay(int value)
Sets the value of the 'Delay' attribute.

Parameters:
value - the new value of the 'Delay' attribute.
See Also:
isSetDelay(), unsetDelay(), getDelay()

unsetDelay

void unsetDelay()
Unsets the value of the 'Delay' attribute.

See Also:
isSetDelay(), getDelay(), setDelay(int)

isSetDelay

boolean isSetDelay()
Returns whether the value of the ' Delay' attribute is set.

Returns:
whether the value of the 'Delay' attribute is set.
See Also:
unsetDelay(), getDelay(), setDelay(int)

copyInstance

TooltipValue copyInstance()
A convenient method to get an instance copy. This is much faster than the ECoreUtil.copy().

Specified by:
copyInstance in interface ActionValue


Copyright © 2005-2008 Actuate Corp. All rights reserved.