Interface Operation

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

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

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Documentation' attribute.
    Returns the value of the 'Name' attribute.
    org.eclipse.emf.common.util.EList<Parameter>
    Returns the value of the 'Parameters' containment reference list.
    Returns the value of the 'Ret Val Doc' attribute.
    Returns the value of the 'Ret Val Type' containment reference.
    boolean
    Returns the value of the 'Ret Val Nillable' attribute.
    void
    Sets the value of the 'Documentation' attribute.
    void
    setName(String value)
    Sets the value of the 'Name' attribute.
    void
    Sets the value of the 'Ret Val Doc' attribute.
    void
    setRetValNillable(boolean value)
    Sets the value of the 'Ret Val Nillable' attribute.
    void
    Sets the value of the 'Ret Val Type' 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