org.eclipse.etrice.core.room
Interface MessageHandler

All Known Implementing Classes:
MessageHandlerImpl

public interface MessageHandler

A representation of the model object 'Message Handler'.

The following features are supported:

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

Method Summary
 DetailCode getDetailCode()
          Returns the value of the 'Detail Code' containment reference.
 Message getMsg()
          Returns the value of the 'Msg' reference.
 void setDetailCode(DetailCode value)
          Sets the value of the 'Detail Code' containment reference.
 void setMsg(Message value)
          Sets the value of the 'Msg' reference.
 

Method Detail

getMsg

Message getMsg()
Returns the value of the 'Msg' reference.

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

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

setMsg

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

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

getDetailCode

DetailCode getDetailCode()
Returns the value of the 'Detail Code' containment reference.

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

Returns:
the value of the 'Detail Code' containment reference.
See Also:
setDetailCode(DetailCode), RoomPackage.getMessageHandler_DetailCode()
EMF generated code
EMF model element
containment="true"

setDetailCode

void setDetailCode(DetailCode value)
Sets the value of the 'Detail Code' containment reference.

Parameters:
value - the new value of the 'Detail Code' containment reference.
See Also:
getDetailCode()
EMF generated code