org.eclipse.ocl.ecore
Interface CallOperationAction

All Known Implementing Classes:
CallOperationActionImpl

public interface CallOperationAction

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

The following features are supported:

See Also:
EcorePackage.getCallOperationAction()

Method Summary
 EOperation getOperation()
          Returns the value of the 'Operation' reference
 void setOperation(EOperation value)
          Sets the value of the 'Operation' reference
 

Method Detail

getOperation

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()

setOperation

void setOperation(EOperation value)
Sets the value of the 'Operation' reference.

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

Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.