Class ProgressReportMessage

    • Field Detail

      • value

        private java.lang.String value
      • type

        private int type
    • Constructor Detail

      • ProgressReportMessage

        public ProgressReportMessage​(java.lang.String value,
                                     int type)
        Create a message for the given value and type; message type can by any one of:
        • IProgressReportConstants.MSG_TYPE_ERROR -- an error message
        • IProgressReportConstants.MSG_TYPE_INFO -- a general informational message
        • IProgressReportConstants.MSG_TYPE_LOG -- a log message; for messages that are more detailed and verbose
        Parameters:
        value -
        type -
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Specified by:
        getValue in interface IMessage
      • getType

        public int getType()
        Specified by:
        getType in interface IMessage
      • isError

        public boolean isError()
      • isInfo

        public boolean isInfo()
      • isLog

        public boolean isLog()