org.eclipse.ocl.ecore
Interface CallOperationAction

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

public interface CallOperationAction
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Call Operation Action'.

The following features are supported:

See Also:
EcorePackage.getCallOperationAction()
Generated
Model

Method Summary
 org.eclipse.emf.ecore.EOperation getOperation()
          Returns the value of the 'Operation' reference.
 void setOperation(org.eclipse.emf.ecore.EOperation value)
          Sets the value of the 'Operation' 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

getOperation

org.eclipse.emf.ecore.EOperation getOperation()
Returns the value of the 'Operation' reference.

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

Returns:
the value of the 'Operation' reference.
See Also:
setOperation(EOperation), EcorePackage.getCallOperationAction_Operation()
Generated
Model
required="true"

setOperation

void setOperation(org.eclipse.emf.ecore.EOperation value)
Sets the value of the 'Operation' reference.

Parameters:
value - the new value of the 'Operation' reference.
See Also:
getOperation()
Generated