Interface Invocation

    • Method Detail

      • getArguments

        EList<Expression> getArguments()
        Returns the value of the 'Arguments' containment reference list. The list contents are of type Expression.

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

        Returns:
        the value of the 'Arguments' containment reference list.
        See Also:
        ExpressionsPackage.getInvocation_Arguments()
        Generated
        Model
        containment="true"
      • getName

        Expression getName()
        Returns the value of the 'Name' containment reference.

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

        Returns:
        the value of the 'Name' containment reference.
        See Also:
        setName(Expression), ExpressionsPackage.getInvocation_Name()
        Generated
        Model
        containment="true" required="true"
      • setName

        void setName​(Expression value)
        Sets the value of the 'Name' containment reference.
        Parameters:
        value - the new value of the 'Name' containment reference.
        See Also:
        getName()
        Generated