Interface URLValue
- All Superinterfaces:
ActionValue
,org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
URLValueImpl
A representation of the model object 'URL
Value'.
URLValue extends type ActionValue to devote itself
to 'URL_Redirect' actions.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Base Parameter Name' attribute.Returns the value of the 'Base Url' attribute.Returns the value of the 'Series Parameter Name' attribute.Returns the value of the 'Target' attribute.Returns the value of the 'Tooltip' attribute.Returns the value of the 'Value Parameter Name' attribute.void
setBaseParameterName
(String value) Sets the value of the 'Base Parameter Name
' attribute.void
setBaseUrl
(String value) Sets the value of the 'Base Url
' attribute.void
setSeriesParameterName
(String value) Sets the value of the 'Series Parameter Name
' attribute.void
Sets the value of the 'Target
' attribute.void
setTooltip
(String value) Sets the value of the 'Tooltip
' attribute.void
setValueParameterName
(String value) Sets the value of the 'Value Parameter Name
' 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
-
getBaseUrl
String getBaseUrl()Returns the value of the 'Base Url' attribute. Holds the base URL. This should include any static parameters like login information etc. and should NOT be encoded.- Returns:
- the value of the 'Base Url' attribute.
- See Also:
-
setBaseUrl
Sets the value of the 'Base Url
' attribute.- Parameters:
value
- the new value of the 'Base Url' attribute.- See Also:
-
getTarget
String getTarget()Returns the value of the 'Target' attribute. This element defines the target value to be used for the browser.- Returns:
- the value of the 'Target' attribute.
- See Also:
-
setTarget
Sets the value of the 'Target
' attribute.- Parameters:
value
- the new value of the 'Target' attribute.- See Also:
-
getBaseParameterName
String getBaseParameterName()Returns the value of the 'Base Parameter Name' attribute. This element specifies the name to be used for the parameter whose value will be picked up from the base axis (if any).- Returns:
- the value of the 'Base Parameter Name' attribute.
- See Also:
-
setBaseParameterName
Sets the value of the 'Base Parameter Name
' attribute.- Parameters:
value
- the new value of the 'Base Parameter Name' attribute.- See Also:
-
getValueParameterName
String getValueParameterName()Returns the value of the 'Value Parameter Name' attribute. This element specifies the name to be used for the parameter whose value will be picked up from the current data value.- Returns:
- the value of the 'Value Parameter Name' attribute.
- See Also:
-
setValueParameterName
Sets the value of the 'Value Parameter Name
' attribute.- Parameters:
value
- the new value of the 'Value Parameter Name' attribute.- See Also:
-
getSeriesParameterName
String getSeriesParameterName()Returns the value of the 'Series Parameter Name' attribute. This element specifies the name to be used for the parameter whose value will be picked up from the current series.- Returns:
- the value of the 'Series Parameter Name' attribute.
- See Also:
-
setSeriesParameterName
Sets the value of the 'Series Parameter Name
' attribute.- Parameters:
value
- the new value of the 'Series Parameter Name' attribute.- See Also:
-
getTooltip
String getTooltip()Returns the value of the 'Tooltip' attribute. The element defines a tooltip string to be displayed when mouse is over.- 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:
-
copyInstance
URLValue copyInstance()- Specified by:
copyInstance
in interfaceActionValue
- Specified by:
copyInstance
in interfaceIChartObject
-