org.eclipse.emf.ocl.uml
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


Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.ecore.EOperation getOperation()
           
 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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getOperation

public org.eclipse.emf.ecore.EOperation getOperation()

setOperation

public 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:
CallOperationAction.getOperation()

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