org.eclipse.etrice.core.room
Interface MessageFromIf

All Known Implementing Classes:
MessageFromIfImpl

public interface MessageFromIf

A representation of the model object 'Message From If'.

The following features are supported:

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

Method Summary
 InterfaceItem getFrom()
          Returns the value of the 'From' reference.
 Message getMessage()
          Returns the value of the 'Message' reference.
 void setFrom(InterfaceItem value)
          Sets the value of the 'From' reference.
 void setMessage(Message value)
          Sets the value of the 'Message' reference.
 

Method Detail

getMessage

Message getMessage()
Returns the value of the 'Message' reference.

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

Returns:
the value of the 'Message' reference.
See Also:
setMessage(Message), RoomPackage.getMessageFromIf_Message()
EMF generated code
EMF model element

setMessage

void setMessage(Message value)
Sets the value of the 'Message' reference.

Parameters:
value - the new value of the 'Message' reference.
See Also:
getMessage()
EMF generated code

getFrom

InterfaceItem getFrom()
Returns the value of the 'From' reference.

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

Returns:
the value of the 'From' reference.
See Also:
setFrom(InterfaceItem), RoomPackage.getMessageFromIf_From()
EMF generated code
EMF model element

setFrom

void setFrom(InterfaceItem value)
Sets the value of the 'From' reference.

Parameters:
value - the new value of the 'From' reference.
See Also:
getFrom()
EMF generated code