Class AttRdsLocationRichtungTextID
- java.lang.Object
-
- java.lang.Number
-
- de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
-
- de.bsvrz.sys.funclib.bitctrl.modell.tmkexlmstglobal.attribute.AttRdsLocationRichtungTextID
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
public class AttRdsLocationRichtungTextID extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Text zur Beschreibung der Richtung einer Strasse oder eines Segmentes.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttRdsLocationRichtungTextID
ZUSTAND_0_UNBEKANNT
static AttRdsLocationRichtungTextID
ZUSTAND_1_STADTEINWAERTS
static AttRdsLocationRichtungTextID
ZUSTAND_10_SUEDWEST
static AttRdsLocationRichtungTextID
ZUSTAND_2_STADTAUSWAERTS
static AttRdsLocationRichtungTextID
ZUSTAND_3_NORD
static AttRdsLocationRichtungTextID
ZUSTAND_4_SUED
static AttRdsLocationRichtungTextID
ZUSTAND_5_OST
static AttRdsLocationRichtungTextID
ZUSTAND_6_WEST
static AttRdsLocationRichtungTextID
ZUSTAND_7_NORDOST
static AttRdsLocationRichtungTextID
ZUSTAND_8_NORDWEST
static AttRdsLocationRichtungTextID
ZUSTAND_9_SUEDOST
-
Constructor Summary
Constructors Constructor Description AttRdsLocationRichtungTextID(java.lang.Byte value)
Erzeugte eine neues Attribut .
-
Method Summary
Modifier and Type Method Description static java.util.List<AttRdsLocationRichtungTextID>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttRdsLocationRichtungTextID
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttRdsLocationRichtungTextID
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_UNBEKANNT
public static final AttRdsLocationRichtungTextID ZUSTAND_0_UNBEKANNT
-
ZUSTAND_1_STADTEINWAERTS
public static final AttRdsLocationRichtungTextID ZUSTAND_1_STADTEINWAERTS
-
ZUSTAND_2_STADTAUSWAERTS
public static final AttRdsLocationRichtungTextID ZUSTAND_2_STADTAUSWAERTS
-
ZUSTAND_3_NORD
public static final AttRdsLocationRichtungTextID ZUSTAND_3_NORD
-
ZUSTAND_4_SUED
public static final AttRdsLocationRichtungTextID ZUSTAND_4_SUED
-
ZUSTAND_5_OST
public static final AttRdsLocationRichtungTextID ZUSTAND_5_OST
-
ZUSTAND_6_WEST
public static final AttRdsLocationRichtungTextID ZUSTAND_6_WEST
-
ZUSTAND_7_NORDOST
public static final AttRdsLocationRichtungTextID ZUSTAND_7_NORDOST
-
ZUSTAND_8_NORDWEST
public static final AttRdsLocationRichtungTextID ZUSTAND_8_NORDWEST
-
ZUSTAND_9_SUEDOST
public static final AttRdsLocationRichtungTextID ZUSTAND_9_SUEDOST
-
ZUSTAND_10_SUEDWEST
public static final AttRdsLocationRichtungTextID ZUSTAND_10_SUEDWEST
-
-
Method Detail
-
getZustand
public static AttRdsLocationRichtungTextID 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 AttRdsLocationRichtungTextID 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<AttRdsLocationRichtungTextID> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-