net.sf.farrago.cwm.behavioral
Interface CwmCallAction

All Superinterfaces:
CwmElement, CwmModelElement, RefBaseObject, RefFeatured, RefObject
All Known Implementing Classes:
CwmCallAction$Hib

public interface CwmCallAction
extends CwmModelElement

CallAction object instance interface. A call action is an action resulting in an invocation of an operation. The purpose of a CallAction is to identify the actual Arguments used in a specific invocation of an Operation.

Note: This type should not be subclassed, implemented or directly instantiated by clients. It is generated from a MOF metamodel and implemented by Enki or MDR.


Method Summary
 List<CwmArgument> getActualArgument()
          Returns the value of reference actualArgument.
 CwmOperation getOperation()
          Returns the value of reference operation.
 void setOperation(CwmOperation newValue)
          Sets the value of operation reference.
 
Methods inherited from interface net.sf.farrago.cwm.core.CwmModelElement
getClientDependency, getConstraint, getImporter, getName, getNamespace, getVisibility, setName, setNamespace, setVisibility
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getOperation

CwmOperation getOperation()
Returns the value of reference operation.

Returns:
Value of reference operation.

setOperation

void setOperation(CwmOperation newValue)
Sets the value of operation reference. See getOperation() for description on the attribute.

Parameters:
newValue - New value to be set.

getActualArgument

List<CwmArgument> getActualArgument()
Returns the value of reference actualArgument.

Returns:
Value of reference actualArgument. Element type: CwmArgument