public enum Datex2AlDoderAkDEnum extends java.lang.Enum<Datex2AlDoderAkDEnum>
RoadworksDurationEnum in Datk
att.mdmBisAlDoderAkD.| Enum Constant and Description |
|---|
AkD
AkD 1 Arbeitsstelle kürzerer Dauer, bis zu 24 h (DATEX II:
shortTerm).
|
AlD
AlD 2 Arbeitsstelle längerer Dauer, länger als 24 h (DATEX II:
longTerm).
|
Unbekannt
unbekannt 0 Kategorie der Arbeitsstelle ist nicht bekannt.
|
| Modifier and Type | Method and Description |
|---|---|
RoadworksDurationEnum |
getDatexWert()
Gibt den DatexII-Wert zurück.
|
int |
getDavId()
Gibt den numerischen Wert zurück.
|
static Datex2AlDoderAkDEnum |
getInstance(int davwert)
Gibt eine passende Instanz zurück.
|
static Datex2AlDoderAkDEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Datex2AlDoderAkDEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Datex2AlDoderAkDEnum Unbekannt
public static final Datex2AlDoderAkDEnum AkD
public static final Datex2AlDoderAkDEnum AlD
public static Datex2AlDoderAkDEnum[] values()
for (Datex2AlDoderAkDEnum c : Datex2AlDoderAkDEnum.values()) System.out.println(c);
public static Datex2AlDoderAkDEnum 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 Datex2AlDoderAkDEnum getInstance(int davwert) throws Datex2BaustelleException
davwert - DAV-WertDatex2BaustelleException - bei ungültigem Wertpublic RoadworksDurationEnum getDatexWert()
RoadworksDurationEnumpublic int getDavId()