Interface MultiURLValues

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      MultiURLValues copyInstance()  
      org.eclipse.emf.common.util.EMap<java.lang.String,​java.lang.String> getPropertiesMap()
      Returns the value of the 'Properties Map' map.
      java.lang.String getTooltip()
      Returns the value of the 'Tooltip' attribute.
      org.eclipse.emf.common.util.EList<URLValue> getURLValues()
      Returns the value of the 'URL Values' containment reference list.
      void setTooltip​(java.lang.String value)
      Sets the value of the 'Tooltip' attribute.
      • 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

      • getURLValues

        org.eclipse.emf.common.util.EList<URLValue> getURLValues()
        Returns the value of the 'URL Values' containment reference list. The list contents are of type URLValue.

        If the meaning of the 'URL Values' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'URL Values' containment reference list.
        See Also:
        AttributePackage.getMultiURLValues_URLValues()
      • getTooltip

        java.lang.String getTooltip()
        Returns the value of the 'Tooltip' attribute.

        If the meaning of the 'Tooltip' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Tooltip' attribute.
        See Also:
        setTooltip(String), AttributePackage.getMultiURLValues_Tooltip()
      • 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()
      • getPropertiesMap

        org.eclipse.emf.common.util.EMap<java.lang.String,​java.lang.String> getPropertiesMap()
        Returns the value of the 'Properties Map' map. The key is of type String, and the value is of type String, The map is used to store styles properties for hyperlink menu.
        Returns:
        the value of the 'Properties Map' map.
        See Also:
        AttributePackage.getMultiURLValues_PropertiesMap()