|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URLValue
A representation of the model object 'URL Value'. This type defines the value for a 'URL_Redirect' action.
The following features are supported:
AttributePackage.getURLValue()
Method Summary | |
---|---|
URLValue |
copyInstance()
|
java.lang.String |
getBaseParameterName()
Returns the value of the 'Base Parameter Name' attribute. |
java.lang.String |
getBaseUrl()
Returns the value of the 'Base Url' attribute. |
java.lang.String |
getSeriesParameterName()
Returns the value of the 'Series Parameter Name' attribute. |
java.lang.String |
getTarget()
Returns the value of the 'Target' attribute. |
java.lang.String |
getTooltip()
Returns the value of the 'Tooltip' attribute. |
java.lang.String |
getValueParameterName()
Returns the value of the 'Value Parameter Name' attribute. |
void |
setBaseParameterName(java.lang.String value)
Sets the value of the ' Base Parameter Name ' attribute. |
void |
setBaseUrl(java.lang.String value)
Sets the value of the ' Base Url ' attribute. |
void |
setSeriesParameterName(java.lang.String value)
Sets the value of the ' Series Parameter Name ' attribute. |
void |
setTarget(java.lang.String value)
Sets the value of the ' Target ' attribute. |
void |
setTooltip(java.lang.String value)
Sets the value of the ' Tooltip ' attribute. |
void |
setValueParameterName(java.lang.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 Detail |
---|
java.lang.String getBaseUrl()
setBaseUrl(String)
,
AttributePackage.getURLValue_BaseUrl()
void setBaseUrl(java.lang.String value)
Base Url
' attribute.
value
- the new value of the 'Base Url' attribute.getBaseUrl()
java.lang.String getTarget()
setTarget(String)
,
AttributePackage.getURLValue_Target()
void setTarget(java.lang.String value)
Target
' attribute.
value
- the new value of the 'Target' attribute.getTarget()
java.lang.String getBaseParameterName()
setBaseParameterName(String)
,
AttributePackage.getURLValue_BaseParameterName()
void setBaseParameterName(java.lang.String value)
Base Parameter Name
' attribute.
value
- the new value of the 'Base Parameter Name' attribute.getBaseParameterName()
java.lang.String getValueParameterName()
setValueParameterName(String)
,
AttributePackage.getURLValue_ValueParameterName()
void setValueParameterName(java.lang.String value)
Value Parameter Name
' attribute.
value
- the new value of the 'Value Parameter Name' attribute.getValueParameterName()
java.lang.String getSeriesParameterName()
setSeriesParameterName(String)
,
AttributePackage.getURLValue_SeriesParameterName()
void setSeriesParameterName(java.lang.String value)
Series Parameter Name
' attribute.
value
- the new value of the 'Series Parameter Name' attribute.getSeriesParameterName()
java.lang.String getTooltip()
setTooltip(String)
,
AttributePackage.getURLValue_Tooltip()
void setTooltip(java.lang.String value)
Tooltip
' attribute.
value
- the new value of the 'Tooltip' attribute.getTooltip()
URLValue copyInstance()
copyInstance
in interface ActionValue
copyInstance
in interface IChartObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |