Interface Operation

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Feature, NamedElement, org.eclipse.emf.common.notify.Notifier, TypedElement
All Known Implementing Classes:
OperationImpl

public interface Operation extends Feature
A representation of the model object 'Operation'.
See Also:
  • Method Details

    • 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:
    • 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

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

      CodeBlock getBody()
      Returns the value of the 'Body' containment reference. It is bidirectional and its opposite is 'Body For'.

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

      Returns:
      the value of the 'Body' containment reference.
      See Also:
    • 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: