Interface IMessage

All Known Implementing Classes:
Message

public interface IMessage
Defines a message.
Author:
Holger Eichelberger
  • Method Details

    • getDescription

      String getDescription()
      Returns the message description.
      Returns:
      the message description
    • getDetailedDescription

      String getDetailedDescription()
      Returns a detailed message description (if available) or getDescription(). 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