public enum SobStoerfallSituation extends 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(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(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 nullCopyright © 2017 BitCtrl Systems GmbH. All rights reserved.