Class AttRdsLocationFormat
- 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.AttRdsLocationFormat
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>>
@Defaultwert(wert="TMC Location") public class AttRdsLocationFormat extends de.bsvrz.sys.funclib.bitctrl.modell.att.Zahl<java.lang.Byte>
Format des referenzierten Location-Systems. Wert "Unformatiert" bezeichnet freie Textnachricht, die Koordinaten als Attribute besitzen kann.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static AttRdsLocationFormat
ZUSTAND_0_TMC_LOCATION
static AttRdsLocationFormat
ZUSTAND_1_TIC_LOCATION
static AttRdsLocationFormat
ZUSTAND_2_UNFORMATIERT
-
Constructor Summary
Constructors Constructor Description AttRdsLocationFormat(java.lang.Byte value)
Erzeugte eine neues Attribut .
-
Method Summary
Modifier and Type Method Description static java.util.List<AttRdsLocationFormat>
getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.static AttRdsLocationFormat
getZustand(java.lang.Byte value)
Gibt den Zustand zu einer Zahl zurück odernull
, wenn die Zahl keinen Zustand repräsentiert.static AttRdsLocationFormat
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_TMC_LOCATION
public static final AttRdsLocationFormat ZUSTAND_0_TMC_LOCATION
-
ZUSTAND_1_TIC_LOCATION
public static final AttRdsLocationFormat ZUSTAND_1_TIC_LOCATION
-
ZUSTAND_2_UNFORMATIERT
public static final AttRdsLocationFormat ZUSTAND_2_UNFORMATIERT
-
-
Method Detail
-
getZustand
public static AttRdsLocationFormat 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 AttRdsLocationFormat 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<AttRdsLocationFormat> getZustaende()
Gibt alle Zustände zurück, die das Attribut besitzen kann.- Returns:
- alle Zustände die das Attribut annehmen kann.
-
-