Class MessageSelectFilterCfg


  • public final class MessageSelectFilterCfg
    extends Object
    • Method Detail

      • isAll

        public boolean isAll()
        Filter all messages.

        This property is mutually exclusive with none.

        Returns:
        true if all messages should be accepted, or false otherwise.
      • setAll

        public void setAll​(boolean p_bAll)
        Filter all messages.

        This property is mutually exclusive with none.

        Parameters:
        p_bAll - true if all messages should be accepted, or false otherwise.
      • isNone

        public boolean isNone()
        Filter no messages.

        This property is mutually exclusive with all.

        Returns:
        true if no messages should be accepted, or false otherwise.
      • setNone

        public void setNone​(boolean p_bNone)
        Filter no messages.

        This property is mutually exclusive with all.

        Parameters:
        p_bNone - true if no messages should be accepted, or false otherwise.
      • isSeen

        public boolean isSeen()
        Filter seen messages.

        This property is mutually exclusive with notSeen.

        Returns:
        true if seen messages should be accepted, or false otherwise.
      • setSeen

        public void setSeen​(boolean p_bSeen)
        Filter seen messages.

        This property is mutually exclusive with notSeen.

        Parameters:
        p_bSeen - true if seen messages should be accepted, or false otherwise.
      • isNotSeen

        public boolean isNotSeen()
        Filter unseen messages.

        This property is mutually exclusive with seen.

        Returns:
        true if unseen messages should be accepted, or false otherwise.
      • setNotSeen

        public void setNotSeen​(boolean p_bNotSeen)
        Filter unseen messages.

        This property is mutually exclusive with seen.

        Parameters:
        p_bNotSeen - true if unseen messages should be accepted, or false otherwise.