Class AttDatenverteilerKommunikationsZustand
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.systemmodellglobal.attribute.AttDatenverteilerKommunikationsZustand
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttDatenverteilerKommunikationsZustand extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Kommunikationszustand der Kommunikation mit einem anderen Datenverteiler.- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AttDatenverteilerKommunikationsZustand(java.lang.Byte value)
Erzeugte eine neues Attribut KommunikationsZustand.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttDatenverteilerKommunikationsZustand>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttDatenverteilerKommunikationsZustand
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttDatenverteilerKommunikationsZustand
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_VERBUNDEN
public static final AttDatenverteilerKommunikationsZustand ZUSTAND_0_NICHT_VERBUNDEN
-
ZUSTAND_1_ERSATZVERBINDUNG_NICHT_VERBUNDEN_
public static final AttDatenverteilerKommunikationsZustand ZUSTAND_1_ERSATZVERBINDUNG_NICHT_VERBUNDEN_
-
ZUSTAND_2_DEAKTIVIERT_NICHT_VERBUNDEN_
public static final AttDatenverteilerKommunikationsZustand ZUSTAND_2_DEAKTIVIERT_NICHT_VERBUNDEN_
-
ZUSTAND_4_WARTE_AUF_EINGEHENDE_VERBINDUNG
public static final AttDatenverteilerKommunikationsZustand ZUSTAND_4_WARTE_AUF_EINGEHENDE_VERBINDUNG
-
ZUSTAND_5_FEHLER
public static final AttDatenverteilerKommunikationsZustand ZUSTAND_5_FEHLER
-
ZUSTAND_6_VERBINDUNGSAUFBAU
public static final AttDatenverteilerKommunikationsZustand ZUSTAND_6_VERBINDUNGSAUFBAU
-
ZUSTAND_7_AUTHENTIFIZIERUNG
public static final AttDatenverteilerKommunikationsZustand ZUSTAND_7_AUTHENTIFIZIERUNG
-
ZUSTAND_8_VERBUNDEN
public static final AttDatenverteilerKommunikationsZustand ZUSTAND_8_VERBUNDEN
-
ZUSTAND_9_VERBINDUNGSABBAU
public static final AttDatenverteilerKommunikationsZustand ZUSTAND_9_VERBINDUNGSABBAU
-
-
Method Detail
-
getZustand
public static AttDatenverteilerKommunikationsZustand 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 AttDatenverteilerKommunikationsZustand 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<AttDatenverteilerKommunikationsZustand> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-