Class AttKonfigurationZustand
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmvewsimulationglobal.attribute.AttKonfigurationZustand
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttKonfigurationZustand extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Zustand der Konfiguration für eine bestimmte Simulation.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttKonfigurationZustand
ZUSTAND_0_NICHT_BEREIT
Die Konfiguration ist nicht bereit eine Simulation zu unterstützen.static AttKonfigurationZustand
ZUSTAND_1_BEREIT
Die Konfiguration ist bereit eine bestimmte Simulation zu unterstützen.static AttKonfigurationZustand
ZUSTAND_2_GELOESCHT
Das Simulationobjekt kann gelöscht werden (TPuK1-126).
-
Constructor Summary
Constructors Constructor Description AttKonfigurationZustand(java.lang.Byte value)
Erzeugte eine neues Attribut KonfigurationZustand.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttKonfigurationZustand>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttKonfigurationZustand
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttKonfigurationZustand
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_NICHT_BEREIT
public static final AttKonfigurationZustand ZUSTAND_0_NICHT_BEREIT
Die Konfiguration ist nicht bereit eine Simulation zu unterstützen.
-
ZUSTAND_1_BEREIT
public static final AttKonfigurationZustand ZUSTAND_1_BEREIT
Die Konfiguration ist bereit eine bestimmte Simulation zu unterstützen.
-
ZUSTAND_2_GELOESCHT
public static final AttKonfigurationZustand ZUSTAND_2_GELOESCHT
Das Simulationobjekt kann gelöscht werden (TPuK1-126).
-
-
Method Detail
-
getZustand
public static AttKonfigurationZustand 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 AttKonfigurationZustand 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<AttKonfigurationZustand> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-