Interface NamedArgument

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    NamedArgumentImpl

    public interface NamedArgument
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Named Argument'.

    The following features are supported:

    Since:
    2.9
    See Also:
    XtextPackage.getNamedArgument()
    Model:
    Generated:
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Parameter getParameter()
      Returns the value of the 'Parameter' reference.
      Condition getValue()
      Returns the value of the 'Value' containment reference.
      boolean isCalledByName()
      Returns the value of the 'Called By Name' attribute.
      void setCalledByName​(boolean value)
      Sets the value of the 'Called By Name' attribute.
      void setParameter​(Parameter value)
      Sets the value of the 'Parameter' reference.
      void setValue​(Condition value)
      Sets the value of the 'Value' containment reference.
      • 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

      • setParameter

        void setParameter​(Parameter value)
        Sets the value of the 'Parameter' reference.
        Parameters:
        value - the new value of the 'Parameter' reference.
        See Also:
        getParameter()
        Generated:
      • getValue

        Condition getValue()
        Returns the value of the 'Value' containment reference.

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

        Returns:
        the value of the 'Value' containment reference.
        See Also:
        setValue(Condition), XtextPackage.getNamedArgument_Value()
        Model:
        containment="true"
        Generated:
      • setValue

        void setValue​(Condition value)
        Sets the value of the 'Value' containment reference.
        Parameters:
        value - the new value of the 'Value' containment reference.
        See Also:
        getValue()
        Generated:
      • isCalledByName

        boolean isCalledByName()
        Returns the value of the 'Called By Name' attribute.

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

        Returns:
        the value of the 'Called By Name' attribute.
        See Also:
        setCalledByName(boolean), XtextPackage.getNamedArgument_CalledByName()
        Model:
        Generated:
      • setCalledByName

        void setCalledByName​(boolean value)
        Sets the value of the 'Called By Name' attribute.
        Parameters:
        value - the new value of the 'Called By Name' attribute.
        See Also:
        isCalledByName()
        Generated: