|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 | |
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 |
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 |
setValueParameterName(java.lang.String value)
Sets the value of the ' Value Parameter Name ' 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 |
public java.lang.String getBaseUrl()
setBaseUrl(String)
,
AttributePackage.getURLValue_BaseUrl()
public void setBaseUrl(java.lang.String value)
Base Url
' attribute.
value
- the new value of the 'Base Url' attribute.getBaseUrl()
public java.lang.String getTarget()
setTarget(String)
,
AttributePackage.getURLValue_Target()
public void setTarget(java.lang.String value)
Target
' attribute.
value
- the new value of the 'Target' attribute.getTarget()
public java.lang.String getBaseParameterName()
setBaseParameterName(String)
,
AttributePackage.getURLValue_BaseParameterName()
public void setBaseParameterName(java.lang.String value)
Base Parameter Name
' attribute.
value
- the new value of the 'Base Parameter Name' attribute.getBaseParameterName()
public java.lang.String getValueParameterName()
setValueParameterName(String)
,
AttributePackage.getURLValue_ValueParameterName()
public void setValueParameterName(java.lang.String value)
Value Parameter Name
' attribute.
value
- the new value of the 'Value Parameter Name' attribute.getValueParameterName()
public java.lang.String getSeriesParameterName()
setSeriesParameterName(String)
,
AttributePackage.getURLValue_SeriesParameterName()
public void setSeriesParameterName(java.lang.String value)
Series Parameter Name
' attribute.
value
- the new value of the 'Series Parameter Name' attribute.getSeriesParameterName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |