Class MOBoolean

    • Constructor Detail

      • MOBoolean

        public MOBoolean()
      • MOBoolean

        public MOBoolean​(boolean pBoolean)
    • Method Detail

      • set

        public void set​(boolean pValue)
      • get

        public boolean get()
      • checkRange

        public boolean checkRange()
        Description copied from class: MonitoredObject

        Check value agains (possibly defined) constraints.

        Specified by:
        checkRange in class MonitoredObject
        Returns:
        True if value is within range or range is not checked.