Class AttSweTyp
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmverkehrglobal.attribute.AttSweTyp
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttSweTyp extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Attributtyp zur Identifikation der einzelnen SWE-Einheiten der DuA.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttSweTyp
ZUSTAND_1_SWE_PL_PRUEFUNG_FORMAL
static AttSweTyp
ZUSTAND_10_SWE_ERGAENZUNG_BAST
static AttSweTyp
ZUSTAND_11_SWE_GUETEBERECHNUNG
static AttSweTyp
ZUSTAND_12_SWE_MESSWERTERSETZUNG_UFD
static AttSweTyp
ZUSTAND_13_SWE_PL_PRUEFUNG_LANGZEIT_UFD
static AttSweTyp
ZUSTAND_14_SWE_DUA_GLAETTEWARNUNG_UND_PROGNOSE
static AttSweTyp
ZUSTAND_2_SWE_PL_PRUEFUNG_LOGISCH_LVE
static AttSweTyp
ZUSTAND_3_SWE_PL_PRUEFUNG_LOGISCH_UFD
static AttSweTyp
ZUSTAND_4_SWE_PL_PRUEFUNG_LOGISCH_WZG
static AttSweTyp
ZUSTAND_5_SWE_MESSWERTERSETZUNG_LVE
static AttSweTyp
ZUSTAND_6_SWE_ABFRAGE_PUFFERDATEN
static AttSweTyp
ZUSTAND_7_SWE_DATENAUFBEREITUNG_LVE
static AttSweTyp
ZUSTAND_8_SWE_DATENAUFBEREITUNG_UFD
static AttSweTyp
ZUSTAND_9_SWE_AGGREGATION_LVE
-
Constructor Summary
Constructors Constructor Description AttSweTyp(java.lang.Byte value)
Erzeugte eine neues Attribut SWETyp.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttSweTyp>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttSweTyp
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttSweTyp
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
ZUSTAND_1_SWE_PL_PRUEFUNG_FORMAL
public static final AttSweTyp ZUSTAND_1_SWE_PL_PRUEFUNG_FORMAL
-
ZUSTAND_2_SWE_PL_PRUEFUNG_LOGISCH_LVE
public static final AttSweTyp ZUSTAND_2_SWE_PL_PRUEFUNG_LOGISCH_LVE
-
ZUSTAND_3_SWE_PL_PRUEFUNG_LOGISCH_UFD
public static final AttSweTyp ZUSTAND_3_SWE_PL_PRUEFUNG_LOGISCH_UFD
-
ZUSTAND_4_SWE_PL_PRUEFUNG_LOGISCH_WZG
public static final AttSweTyp ZUSTAND_4_SWE_PL_PRUEFUNG_LOGISCH_WZG
-
ZUSTAND_5_SWE_MESSWERTERSETZUNG_LVE
public static final AttSweTyp ZUSTAND_5_SWE_MESSWERTERSETZUNG_LVE
-
ZUSTAND_6_SWE_ABFRAGE_PUFFERDATEN
public static final AttSweTyp ZUSTAND_6_SWE_ABFRAGE_PUFFERDATEN
-
ZUSTAND_7_SWE_DATENAUFBEREITUNG_LVE
public static final AttSweTyp ZUSTAND_7_SWE_DATENAUFBEREITUNG_LVE
-
ZUSTAND_8_SWE_DATENAUFBEREITUNG_UFD
public static final AttSweTyp ZUSTAND_8_SWE_DATENAUFBEREITUNG_UFD
-
ZUSTAND_9_SWE_AGGREGATION_LVE
public static final AttSweTyp ZUSTAND_9_SWE_AGGREGATION_LVE
-
ZUSTAND_10_SWE_ERGAENZUNG_BAST
public static final AttSweTyp ZUSTAND_10_SWE_ERGAENZUNG_BAST
-
ZUSTAND_11_SWE_GUETEBERECHNUNG
public static final AttSweTyp ZUSTAND_11_SWE_GUETEBERECHNUNG
-
ZUSTAND_12_SWE_MESSWERTERSETZUNG_UFD
public static final AttSweTyp ZUSTAND_12_SWE_MESSWERTERSETZUNG_UFD
-
ZUSTAND_13_SWE_PL_PRUEFUNG_LANGZEIT_UFD
public static final AttSweTyp ZUSTAND_13_SWE_PL_PRUEFUNG_LANGZEIT_UFD
-
ZUSTAND_14_SWE_DUA_GLAETTEWARNUNG_UND_PROGNOSE
public static final AttSweTyp ZUSTAND_14_SWE_DUA_GLAETTEWARNUNG_UND_PROGNOSE
-
-
Method Detail
-
getZustand
public static AttSweTyp 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 AttSweTyp 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<AttSweTyp> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-