Class Message


  • public class Message
    extends Object
    A textual message written in a given language. It is used to encode either a displayable text or a technical name of a component.
    • Constructor Detail

      • Message

        public Message()
    • Method Detail

      • getValue

        public String getValue()
        Gets the text of the message.
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets explicitly the text of this message.
        Parameters:
        value - allowed object is String
      • getLang

        public String getLang()
        Gets the ISO-639-1 code of the language in which the text.
        Returns:
        possible object is String
      • setLang

        public void setLang​(String value)
        Sets the ISO-639-1 code of the language in which the text is written.
        Parameters:
        value - allowed object is String