Package net.ssehub.easy.basics.messages
Interface IMessage
- All Known Implementing Classes:
Message
public interface IMessage
Defines a message.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionReturns the message description.Returns a detailed message description (if available) orgetDescription().Returns the status of this message.
-
Method Details
-
getDescription
String getDescription()Returns the message description.- Returns:
- the message description
-
getDetailedDescription
String getDetailedDescription()Returns a detailed message description (if available) orgetDescription(). Details may e.g., include file position or line number. As e.g. xText cares for location and position itself, this information would be superfluous there, but helpful in a command line context, where this method shall be used instead.- Returns:
- the (detailed) message description
-
getStatus
Status getStatus()Returns the status of this message.- Returns:
- the status of this message
-