public enum RdsLocationTabelleTyp extends java.lang.Enum<RdsLocationTabelleTyp> implements Zustand<java.lang.Integer>
Enum Constant and Description |
---|
GEOGRAPHISCH
Geographische Datenbasis, Wert 1.
|
TMC
TMC-Tabelle, Wert 0.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getCode()
liefert den Code des Zustandes.
|
java.lang.String |
getName()
liefert den Namen des Zustandes.
|
static RdsLocationTabelleTyp |
getStatus(int gesuchterCode)
liefert den Typ der Location Tabelle mit dem übergebenen Code.
|
static RdsLocationTabelleTyp |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RdsLocationTabelleTyp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdsLocationTabelleTyp TMC
public static final RdsLocationTabelleTyp GEOGRAPHISCH
public static RdsLocationTabelleTyp[] values()
for (RdsLocationTabelleTyp c : RdsLocationTabelleTyp.values()) System.out.println(c);
public static RdsLocationTabelleTyp valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static RdsLocationTabelleTyp getStatus(int gesuchterCode)
gesuchterCode
- der Code für den ein Zustand gesucht wird.public java.lang.Integer getCode()