Class MessageType

java.lang.Object
de.bsvrz.sys.funclib.operatingMessage.MessageType

public class MessageType
extends java.lang.Object
Diese Klasse stellt die beiden Zustände "System" und "Fach" für Meldungen, die sich auf systemtechnische oder fachliche Zustände beziehen, bereit.
  • Field Summary

    Fields
    Modifier and Type Field Description
    static MessageType APPLICATION_DOMAIN  
    static MessageType SYSTEM_DOMAIN  
  • Constructor Summary

    Constructors
    Constructor Description
    MessageType​(java.lang.String type)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getMessageType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • SYSTEM_DOMAIN

      public static final MessageType SYSTEM_DOMAIN
    • APPLICATION_DOMAIN

      public static final MessageType APPLICATION_DOMAIN
  • Constructor Details

    • MessageType

      public MessageType​(java.lang.String type)
  • Method Details

    • getMessageType

      public java.lang.String getMessageType()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object