public enum SobStoerfallSituation extends java.lang.Enum<SobStoerfallSituation>
| Enum Constant and Description |
|---|
STAU
es liegt ein gestauter Indikator vor.
|
UNDEFINIERT
der Zustand des Indikators ist unbestimmt (gestört).
|
VERKEHR
der Indikator meldet mehr oder weniger freien Verkehr.
|
| Modifier and Type | Method and Description |
|---|---|
static SobStoerfallSituation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SobStoerfallSituation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SobStoerfallSituation STAU
public static final SobStoerfallSituation UNDEFINIERT
public static final SobStoerfallSituation VERKEHR
public static SobStoerfallSituation[] values()
for (SobStoerfallSituation c : SobStoerfallSituation.values()) System.out.println(c);
public static SobStoerfallSituation 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 null