Interface URLValue

    • Method Detail

      • getBaseUrl

        java.lang.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(String), AttributePackage.getURLValue_BaseUrl()
      • setBaseUrl

        void setBaseUrl​(java.lang.String value)
        Sets the value of the 'Base Url' attribute.
        Parameters:
        value - the new value of the 'Base Url' attribute.
        See Also:
        getBaseUrl()
      • setTarget

        void setTarget​(java.lang.String value)
        Sets the value of the 'Target' attribute.
        Parameters:
        value - the new value of the 'Target' attribute.
        See Also:
        getTarget()
      • getBaseParameterName

        java.lang.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(String), AttributePackage.getURLValue_BaseParameterName()
      • setBaseParameterName

        void setBaseParameterName​(java.lang.String value)
        Sets the value of the 'Base Parameter Name' attribute.
        Parameters:
        value - the new value of the 'Base Parameter Name' attribute.
        See Also:
        getBaseParameterName()
      • getValueParameterName

        java.lang.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(String), AttributePackage.getURLValue_ValueParameterName()
      • setValueParameterName

        void setValueParameterName​(java.lang.String value)
        Sets the value of the 'Value Parameter Name' attribute.
        Parameters:
        value - the new value of the 'Value Parameter Name' attribute.
        See Also:
        getValueParameterName()
      • setSeriesParameterName

        void setSeriesParameterName​(java.lang.String value)
        Sets the value of the 'Series Parameter Name' attribute.
        Parameters:
        value - the new value of the 'Series Parameter Name' attribute.
        See Also:
        getSeriesParameterName()
      • setTooltip

        void setTooltip​(java.lang.String value)
        Sets the value of the 'Tooltip' attribute.
        Parameters:
        value - the new value of the 'Tooltip' attribute.
        See Also:
        getTooltip()