public enum RdsLocationTabelleTyp extends Enum<RdsLocationTabelleTyp> implements Zustand<Integer>
Enum Constant and Description |
---|
GEOGRAPHISCH
Geographische Datenbasis, Wert 1.
|
TMC
TMC-Tabelle, Wert 0.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCode()
liefert den Code des Zustandes.
|
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(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(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static RdsLocationTabelleTyp getStatus(int gesuchterCode)
gesuchterCode
- der Code für den ein Zustand gesucht wird.public Integer getCode()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.