Class AttUfdStreckenTypFahrbahnBelag
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmswis.attribute.AttUfdStreckenTypFahrbahnBelag
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
@Wertebereich(minimum=0L, maximum=15L, einheit="") public class AttUfdStreckenTypFahrbahnBelag extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Art des Fahrbahnbelags (BUFR Codetabelle 0 02 245).- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AttUfdStreckenTypFahrbahnBelag(java.lang.Byte value)
Erzeugte eine neues Attribut StreckentypFahrbahnbelag.
-
Method Summary
Modifier and Type Method Description static java.util.List<AttUfdStreckenTypFahrbahnBelag>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttUfdStreckenTypFahrbahnBelag
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttUfdStreckenTypFahrbahnBelag
getZustand(java.lang.String value)
Gibt den Zustand zu einem Zustandsnamen zurück odernull
, wenn kein Zustand einen solchen Namen hat.
-
-
-
Field Detail
-
MIN_VALUE
@Deprecated public static final java.lang.Byte MIN_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Der minimale Wert des Attributs.
-
MAX_VALUE
@Deprecated public static final java.lang.Byte MAX_VALUE
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Der maximale Wert des Attributs.
-
EINHEIT
@Deprecated public static final java.lang.String EINHEIT
Deprecated.neu:WerteBereich.getWerteBereich(Class)
undZahl.getWerteBereich()
Die Einheit.- See Also:
- Constant Field Values
-
ZUSTAND_0_ASPHALT
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_0_ASPHALT
-
ZUSTAND_1_BETON
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_1_BETON
-
ZUSTAND_2_BETONKONSTRUKTION
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_2_BETONKONSTRUKTION
-
ZUSTAND_3_STAHLKONSTRUKTION
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_3_STAHLKONSTRUKTION
-
ZUSTAND_4_HOHLKASTENBRUECKE
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_4_HOHLKASTENBRUECKE
-
ZUSTAND_5_ORTHOTROPE_PLATTE
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_5_ORTHOTROPE_PLATTE
-
ZUSTAND_6_DRAINASPHALT
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_6_DRAINASPHALT
-
ZUSTAND_7__7_RESERVIERT_
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_7__7_RESERVIERT_
-
ZUSTAND_8__8_RESERVIERT_
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_8__8_RESERVIERT_
-
ZUSTAND_9__9_RESERVIERT_
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_9__9_RESERVIERT_
-
ZUSTAND_10__10_RESERVIERT_
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_10__10_RESERVIERT_
-
ZUSTAND_11__11_RESERVIERT_
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_11__11_RESERVIERT_
-
ZUSTAND_12__12_RESERVIERT_
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_12__12_RESERVIERT_
-
ZUSTAND_13__13_RESERVIERT_
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_13__13_RESERVIERT_
-
ZUSTAND_14__14_RESERVIERT_
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_14__14_RESERVIERT_
-
ZUSTAND_15_UNBEKANNT
public static final AttUfdStreckenTypFahrbahnBelag ZUSTAND_15_UNBEKANNT
-
-
Method Detail
-
getZustand
public static AttUfdStreckenTypFahrbahnBelag 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 AttUfdStreckenTypFahrbahnBelag 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<AttUfdStreckenTypFahrbahnBelag> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-