public enum RdsLocationMethode extends java.lang.Enum<RdsLocationMethode> implements Zustand<java.lang.Integer>
Enum Constant and Description |
---|
METHODE0
erste Feldposition ist primäre Location und letzte Feldposition ist
sekundäre Location, Wert 0.
|
METHODE1
Primäre Location und Extent sind gültig, Wert 1.
|
METHODE2
Primäre Location und Sekundäre Location sind gültig, Wert 2.
|
METHODE3
Primäre Location, Extent und primäre Entfernung sind gültig, Wert 3.
|
METHODE4
Primäre Location, sekundäre Location, primäre Entfernung und sekundäre
Entfernung sind gültig, Wert 4.
|
METHODE5
Strassennummer, Ausfahrtnummer und Nachrichtentext für Nachrichtenklasse
= 40 der primären und sekundären Location sind gültig, Wert 5.
|
METHODE6
Strassennummer, LocationKilometrierung der primären und sekundären
Location sind gültig, Wert 6.
|
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 RdsLocationMethode |
getStatus(int gesuchterCode)
liefert die Rds-Locationmethode mit dem übergebenen Code.
|
static RdsLocationMethode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RdsLocationMethode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdsLocationMethode METHODE0
public static final RdsLocationMethode METHODE1
public static final RdsLocationMethode METHODE2
public static final RdsLocationMethode METHODE3
public static final RdsLocationMethode METHODE4
public static final RdsLocationMethode METHODE5
public static final RdsLocationMethode METHODE6
public static RdsLocationMethode[] values()
for (RdsLocationMethode c : RdsLocationMethode.values()) System.out.println(c);
public static RdsLocationMethode 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 RdsLocationMethode getStatus(int gesuchterCode)
gesuchterCode
- der Code für den ein Zustand gesucht wird.public java.lang.Integer getCode()