Class AttUsvZustandNotStrom

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>

    public class AttUsvZustandNotStrom
    extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
    Zustand der Notstromversorgung.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AttUsvZustandNotStrom​(java.lang.Byte value)
      Erzeugte eine neues Attribut ZustandNotStrom.
    • Method Summary

      Modifier and Type Method Description
      static java.util.List<AttUsvZustandNotStrom> getZustaende()
      Gibt alle Zustände zurück, die das Attribut besitzen kann.
      static AttUsvZustandNotStrom getZustand​(java.lang.Byte value)
      Gibt den Zustand zu einer Zahl zurück oder null, wenn die Zahl keinen Zustand repräsentiert.
      static AttUsvZustandNotStrom getZustand​(java.lang.String value)
      Gibt den Zustand zu einem Zustandsnamen zurück oder null, wenn kein Zustand einen solchen Namen hat.
      • Methods inherited from class de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl

        compareTo, doubleValue, equals, floatValue, getValue, getWerteBereich, hashCode, intValue, isZustand, longValue, toString
      • Methods inherited from class java.lang.Number

        byteValue, shortValue
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • ZUSTAND_1N_NICHT_ERMITTELBAR

        public static final AttUsvZustandNotStrom ZUSTAND_1N_NICHT_ERMITTELBAR
        Daten sind nicht ermittelbar (ist KEIN Fehler).

        Wird gesetzt, wenn der entsprechende Wert nicht ermittelbar ist (z.B. kein Sensor).

      • ZUSTAND_0_IN_ORDNUNG_PASSIV

        public static final AttUsvZustandNotStrom ZUSTAND_0_IN_ORDNUNG_PASSIV
        Notstromversorgung ist in Ordnung, aber passiv.

      • ZUSTAND_1_IN_ORDNUNG_AKTIV

        public static final AttUsvZustandNotStrom ZUSTAND_1_IN_ORDNUNG_AKTIV
        Notstromversorgung ist in Ordnung, passiv.

      • ZUSTAND_2_STOERUNG

        public static final AttUsvZustandNotStrom ZUSTAND_2_STOERUNG
        Notstromversorgung ist gestört.

    • Constructor Detail

      • AttUsvZustandNotStrom

        public AttUsvZustandNotStrom​(java.lang.Byte value)
        Erzeugte eine neues Attribut ZustandNotStrom.
        Parameters:
        value - der Wert der Zahl.
    • Method Detail

      • getZustand

        public static AttUsvZustandNotStrom getZustand​(java.lang.Byte value)
        Gibt den Zustand zu einer Zahl zurück oder null, wenn die Zahl keinen Zustand repräsentiert.
        Parameters:
        value - ein Zahlenwert
        Returns:
        der Zustand zu dem Zahlenwert oder null, wenn die Zahl keine Entsprechnung als Zustand besitzt.
      • getZustand

        public static AttUsvZustandNotStrom getZustand​(java.lang.String value)
        Gibt den Zustand zu einem Zustandsnamen zurück oder null, wenn kein Zustand einen solchen Namen hat.
        Parameters:
        value - der Zustandsname
        Returns:
        der Zustand zu dem Zustandsnamen oder null, wenn kein Zustand einen solchen Namen hat.
      • getZustaende

        public static java.util.List<AttUsvZustandNotStrom> getZustaende()
        Gibt alle Zustände zurück, die das Attribut besitzen kann.
        Returns:
        alle Zustände die das Attribut annehmen kann.