Interface Operation

    • Method Detail

      • getParameters

        org.eclipse.emf.common.util.EList<Parameter> getParameters()
        Returns the value of the 'Parameters' containment reference list. The list contents are of type Parameter. It is bidirectional and its opposite is 'Operation'.

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

        Returns:
        the value of the 'Parameters' containment reference list.
        See Also:
        EmftvmPackage.getOperation_Parameters(), Parameter.getOperation()
      • isQuery

        boolean isQuery()
        Returns the value of the 'Query' attribute.

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

        Returns:
        the value of the 'Query' attribute.
        See Also:
        setQuery(boolean), EmftvmPackage.getOperation_Query()
      • setQuery

        void setQuery​(boolean value)
        Sets the value of the 'Query' attribute.
        Parameters:
        value - the new value of the 'Query' attribute.
        See Also:
        isQuery()
      • setBody

        void setBody​(CodeBlock value)
        Sets the value of the 'Body' containment reference.
        Parameters:
        value - the new value of the 'Body' containment reference.
        See Also:
        getBody()