Class AttVerkehrsDatenQuelleASCIIFormat
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmlangzeitverkehrsdaten.attribute.AttVerkehrsDatenQuelleASCIIFormat
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttVerkehrsDatenQuelleASCIIFormat extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Formatangabe für die zugrundeliegende ASCII Datei.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttVerkehrsDatenQuelleASCIIFormat
ZUSTAND_0_BAST
bast Bestandsbandformat.static AttVerkehrsDatenQuelleASCIIFormat
ZUSTAND_1_BIANDI
Biandi ASCII Format.static AttVerkehrsDatenQuelleASCIIFormat
ZUSTAND_2_TDS
Traffic Data Systems (ehem.static AttVerkehrsDatenQuelleASCIIFormat
ZUSTAND_3_DAMBACH
Dambach ASCII Datenformat.
-
Constructor Summary
Constructors Constructor Description AttVerkehrsDatenQuelleASCIIFormat(java.lang.Byte value)
Erzeugte eine neues Attribut VerkehrsdatenQuelleASCIIFormat.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttVerkehrsDatenQuelleASCIIFormat>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttVerkehrsDatenQuelleASCIIFormat
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttVerkehrsDatenQuelleASCIIFormat
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_BAST
public static final AttVerkehrsDatenQuelleASCIIFormat ZUSTAND_0_BAST
bast Bestandsbandformat.Die ASCII Daten liegen im Bast-Bestandsbandformat vor (einzelne oder kombinierte Dateien mit G-, K- und V-Sätzen)
-
ZUSTAND_1_BIANDI
public static final AttVerkehrsDatenQuelleASCIIFormat ZUSTAND_1_BIANDI
Biandi ASCII Format.Die Daten liegen im Biandi Delemited Format vor. Je Messaufgabe gibt es eine ASCII-Datei, die mit der Konvertierungssoftware ADAKO generiert werden.
-
ZUSTAND_2_TDS
public static final AttVerkehrsDatenQuelleASCIIFormat ZUSTAND_2_TDS
Traffic Data Systems (ehem. Prodata) Datenformat.Die ASCII Dateien liegen im blockorientierten Datenformat des Herstellers vor. Sie werden mit der Konvertierungssoftware KOFIRM generiert.
-
ZUSTAND_3_DAMBACH
public static final AttVerkehrsDatenQuelleASCIIFormat ZUSTAND_3_DAMBACH
Dambach ASCII Datenformat.Die ASCII Dateien liegen im zeilenorientierten Datenformat des Herstellers vor. Sie werden mit der Konvertierungssoftware UMWAND aus der firmeneigenen Datenbank generiert.
-
-
Method Detail
-
getZustand
public static AttVerkehrsDatenQuelleASCIIFormat 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 AttVerkehrsDatenQuelleASCIIFormat 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<AttVerkehrsDatenQuelleASCIIFormat> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-