public static enum PluginClient.EREIGNIS extends java.lang.Enum<PluginClient.EREIGNIS>
Enum Constant and Description |
---|
ABFAHRT
Zug am Bahnsteig abgefahren (nicht bei D-Flag)
|
ANKUNFT
Zug am Bahnsteig gehalten
|
AUSFAHRT
Zug ausgefahren
|
EINFAHRT
Zug eingefahren
|
FLUEGELN
Zug hat gefluegelt
|
KUPPELN
Zug hat gekuppelt
|
ROTHALT
Zug kam vor rotem Signal zu halt
|
WURDEGRUEN
Zug ist nach rotem Signal abgefahren
|
Modifier and Type | Method and Description |
---|---|
static PluginClient.EREIGNIS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginClient.EREIGNIS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginClient.EREIGNIS EINFAHRT
public static final PluginClient.EREIGNIS AUSFAHRT
public static final PluginClient.EREIGNIS ANKUNFT
public static final PluginClient.EREIGNIS ABFAHRT
public static final PluginClient.EREIGNIS ROTHALT
public static final PluginClient.EREIGNIS WURDEGRUEN
public static final PluginClient.EREIGNIS FLUEGELN
public static final PluginClient.EREIGNIS KUPPELN
public static PluginClient.EREIGNIS[] values()
for (PluginClient.EREIGNIS c : PluginClient.EREIGNIS.values()) System.out.println(c);
public static PluginClient.EREIGNIS 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