org.eclipse.etrice.core.room
Interface PortOperation

All Superinterfaces:
Operation
All Known Implementing Classes:
PortOperationImpl

public interface PortOperation
extends Operation

A representation of the model object 'Port Operation'.

The following features are supported:

See Also:
RoomPackage.getPortOperation()
EMF generated code
EMF model element

Method Summary
 Message getSendsMsg()
          Returns the value of the 'Sends Msg' reference.
 void setSendsMsg(Message value)
          Sets the value of the 'Sends Msg' reference.
 
Methods inherited from interface org.eclipse.etrice.core.room.Operation
getArguments, getDetailCode, getDocu, getName, getReturntype, setDetailCode, setDocu, setName, setReturntype
 

Method Detail

getSendsMsg

Message getSendsMsg()
Returns the value of the 'Sends Msg' reference.

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

Returns:
the value of the 'Sends Msg' reference.
See Also:
setSendsMsg(Message), RoomPackage.getPortOperation_SendsMsg()
EMF generated code
EMF model element

setSendsMsg

void setSendsMsg(Message value)
Sets the value of the 'Sends Msg' reference.

Parameters:
value - the new value of the 'Sends Msg' reference.
See Also:
getSendsMsg()
EMF generated code