Class AttBcEmpfehlerKommandoTyp
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmbitctrlevent.attribute.AttBcEmpfehlerKommandoTyp
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttBcEmpfehlerKommandoTyp extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Typ eines Kommandos an den Empfehler.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttBcEmpfehlerKommandoTyp
ZUSTAND_0_KOMMENTIEREN
static AttBcEmpfehlerKommandoTyp
ZUSTAND_1_QUITTIEREN
static AttBcEmpfehlerKommandoTyp
ZUSTAND_2_VIDEO_ZEIGEN
static AttBcEmpfehlerKommandoTyp
ZUSTAND_3_SCHALTEN
static AttBcEmpfehlerKommandoTyp
ZUSTAND_4_RESET
-
Constructor Summary
Constructors Constructor Description AttBcEmpfehlerKommandoTyp(java.lang.Byte value)
Erzeugte eine neues Attribut EmpfehlerKommandoTyp.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttBcEmpfehlerKommandoTyp>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttBcEmpfehlerKommandoTyp
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttBcEmpfehlerKommandoTyp
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
ZUSTAND_0_KOMMENTIEREN
public static final AttBcEmpfehlerKommandoTyp ZUSTAND_0_KOMMENTIEREN
-
ZUSTAND_1_QUITTIEREN
public static final AttBcEmpfehlerKommandoTyp ZUSTAND_1_QUITTIEREN
-
ZUSTAND_2_VIDEO_ZEIGEN
public static final AttBcEmpfehlerKommandoTyp ZUSTAND_2_VIDEO_ZEIGEN
-
ZUSTAND_3_SCHALTEN
public static final AttBcEmpfehlerKommandoTyp ZUSTAND_3_SCHALTEN
-
ZUSTAND_4_RESET
public static final AttBcEmpfehlerKommandoTyp ZUSTAND_4_RESET
-
-
Method Detail
-
getZustand
public static AttBcEmpfehlerKommandoTyp 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 AttBcEmpfehlerKommandoTyp 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<AttBcEmpfehlerKommandoTyp> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-