public interface URLValue extends ActionValue
The following features are supported:
AttributePackage.getURLValue()
Modifier and Type | Method and Description |
---|---|
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. |
getLabel, setLabel
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
Copyright © 2005-2008 Actuate Corp. All rights reserved.