Class AttUsvZustandNotStrom
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmusv.attribute.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
-
-
Field Summary
Fields Modifier and Type Field Description static AttUsvZustandNotStrom
ZUSTAND_0_IN_ORDNUNG_PASSIV
Notstromversorgung ist in Ordnung, aber passiv.static AttUsvZustandNotStrom
ZUSTAND_1_IN_ORDNUNG_AKTIV
Notstromversorgung ist in Ordnung, passiv.static AttUsvZustandNotStrom
ZUSTAND_1N_NICHT_ERMITTELBAR
Daten sind nicht ermittelbar (ist KEIN Fehler).static AttUsvZustandNotStrom
ZUSTAND_2_STOERUNG
Notstromversorgung ist gestört.
-
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 odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttUsvZustandNotStrom
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
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.
-
-
Method Detail
-
getZustand
public static AttUsvZustandNotStrom getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, 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 odernull
, 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.
-
-