Class Msg.AbstractMessage

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractMessage​(org.kie.dmn.api.core.DMNMessageType type, java.lang.String mask)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMask()  
      org.kie.dmn.api.core.DMNMessageType getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractMessage

        public AbstractMessage​(org.kie.dmn.api.core.DMNMessageType type,
                               java.lang.String mask)
    • Method Detail

      • getMask

        public java.lang.String getMask()
        Specified by:
        getMask in interface Msg.Message
      • getType

        public org.kie.dmn.api.core.DMNMessageType getType()
        Specified by:
        getType in interface Msg.Message