Package 

Class AlertLevelData

    • Method Summary

      Modifier and Type Method Description
      static Data noAlert() Disables alert.
      static Data mildAlert() Sets the alert level to MILD.
      static Data highAlert() Sets the alert level to HIGH.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • noAlert

         static Data noAlert()

        Disables alert.

      • mildAlert

         static Data mildAlert()

        Sets the alert level to MILD.

      • highAlert

         static Data highAlert()

        Sets the alert level to HIGH.