public static enum TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN extends Enum<TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN>
Enum Constant and Description |
---|
Ereigniscode
Ereigniscode.
|
Unbekannt
unbekannter Typ.
|
Zusatzempfehlungscode
Zusatzempfehlungscode.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gibt den numerischen Wert zurück.
|
static TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN |
getInstance(int id)
Gibt eine passende Status-Instanz zurück.
|
String |
getValue()
Gibt den textuellen Wert zurück.
|
String |
toString() |
static TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN Unbekannt
public static final TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN Ereigniscode
public static final TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN Zusatzempfehlungscode
public static TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN[] values()
for (TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN c : TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN.values()) System.out.println(c);
public static TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN 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 nullpublic static TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN getInstance(int id) throws TIC3Exception
id
- numerischer WertTIC3Exception
- bei ungültigem Wertpublic int getId()
public String getValue()
public String toString()
toString
in class Enum<TIC3TmcEventCodeTyp.TIC3TmcEventCodeTypEN>
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.