Interface MultiURLValues
- All Superinterfaces:
ActionValue
,org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MultiURLValuesImpl
A representation of the model object 'Multi
URL Values'.
MultiURLValues extends ActionValue to devote itself
to providing multiple hyperlink values for 'url_redirection' action, it
enables multiple options for an 'url-redirection' action.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Properties Map' map.Returns the value of the 'Tooltip' attribute.org.eclipse.emf.common.util.EList<URLValue>
Returns the value of the 'URL Values' containment reference list.void
setTooltip
(String value) Sets the value of the 'Tooltip
' attribute.Methods inherited from interface org.eclipse.birt.chart.model.attribute.ActionValue
getLabel, setLabel
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getURLValues
org.eclipse.emf.common.util.EList<URLValue> getURLValues()Returns the value of the 'URL Values' containment reference list. The list contents are of typeURLValue
.If the meaning of the 'URL Values' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'URL Values' containment reference list.
- See Also:
-
getTooltip
String getTooltip()Returns the value of the 'Tooltip' attribute.If the meaning of the 'Tooltip' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Tooltip' attribute.
- See Also:
-
setTooltip
Sets the value of the 'Tooltip
' attribute.- Parameters:
value
- the new value of the 'Tooltip' attribute.- See Also:
-
getPropertiesMap
Returns the value of the 'Properties Map' map. The key is of typeString
, and the value is of typeString
, The map is used to store styles properties for hyperlink menu.- Returns:
- the value of the 'Properties Map' map.
- See Also:
-
copyInstance
MultiURLValues copyInstance()- Specified by:
copyInstance
in interfaceActionValue
- Specified by:
copyInstance
in interfaceIChartObject
-