Class IeSinglePointWithQuality


  • public class IeSinglePointWithQuality
    extends InformationElement
    Represents a single-point information with quality descriptor (SIQ) information element.
    • Field Summary

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

      Constructors 
      Constructor Description
      IeSinglePointWithQuality​(boolean on, boolean blocked, boolean substituted, boolean notTopical, boolean invalid)  
    • Field Detail

      • value

        protected int value
    • Constructor Detail

      • IeSinglePointWithQuality

        public IeSinglePointWithQuality​(boolean on,
                                        boolean blocked,
                                        boolean substituted,
                                        boolean notTopical,
                                        boolean invalid)
    • Method Detail

      • isOn

        public boolean isOn()
      • toString

        public java.lang.String toString()
      • isBlocked

        public boolean isBlocked()
      • isSubstituted

        public boolean isSubstituted()
      • isNotTopical

        public boolean isNotTopical()
      • isInvalid

        public boolean isInvalid()