Class IeQuality


  • public class IeQuality
    extends InformationElement
    Represents a quality descriptor (QDS) information element.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int value  
    • Constructor Summary

      Constructors 
      Constructor Description
      IeQuality​(boolean overflow, boolean blocked, boolean substituted, boolean notTopical, boolean invalid)  
    • Field Detail

      • value

        protected int value
    • Constructor Detail

      • IeQuality

        public IeQuality​(boolean overflow,
                         boolean blocked,
                         boolean substituted,
                         boolean notTopical,
                         boolean invalid)
    • Method Detail

      • isOverflow

        public boolean isOverflow()
      • toString

        public java.lang.String toString()
      • isBlocked

        public boolean isBlocked()
      • isSubstituted

        public boolean isSubstituted()
      • isNotTopical

        public boolean isNotTopical()
      • isInvalid

        public boolean isInvalid()