Interface IMessage

    • Method Detail

      • getDescription

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

        java.lang.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