getMessageType method

MessageType getMessageType()

//// Get the MessageType of the message.

\return the message type of the message /

Implementation

MessageType getMessageType() {
  return messageType;
}