public static enum TIC3FahrzeugTyp.TIC3FahrzeugTypEnum extends Enum<TIC3FahrzeugTyp.TIC3FahrzeugTypEnum>
Enum Constant and Description |
---|
Alle
Alle.
|
Bus
Bus.
|
FahrzeugMitAnhaenger
Fahrzeug mit Anhänger.
|
LKW
LKW.
|
LKWMitAnhaenger
LKW mit Anhänger.
|
PKW
PKW.
|
PKWMitAnhaenger
PKW mit Anhänger.
|
SattelKfz
SattelKfz.
|
Unbekannt
unbekannt.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gibt den numerischen Wert zurück.
|
static TIC3FahrzeugTyp.TIC3FahrzeugTypEnum |
getInstance(int id)
Gibt eine passende FahrzeugTyp-Instanz zurück.
|
String |
getValue()
Gibt den textuellen Wert zurück.
|
static TIC3FahrzeugTyp.TIC3FahrzeugTypEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIC3FahrzeugTyp.TIC3FahrzeugTypEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TIC3FahrzeugTyp.TIC3FahrzeugTypEnum Unbekannt
public static final TIC3FahrzeugTyp.TIC3FahrzeugTypEnum Alle
public static final TIC3FahrzeugTyp.TIC3FahrzeugTypEnum PKW
public static final TIC3FahrzeugTyp.TIC3FahrzeugTypEnum LKW
public static final TIC3FahrzeugTyp.TIC3FahrzeugTypEnum Bus
public static final TIC3FahrzeugTyp.TIC3FahrzeugTypEnum SattelKfz
public static final TIC3FahrzeugTyp.TIC3FahrzeugTypEnum FahrzeugMitAnhaenger
public static final TIC3FahrzeugTyp.TIC3FahrzeugTypEnum LKWMitAnhaenger
public static final TIC3FahrzeugTyp.TIC3FahrzeugTypEnum PKWMitAnhaenger
public static TIC3FahrzeugTyp.TIC3FahrzeugTypEnum[] values()
for (TIC3FahrzeugTyp.TIC3FahrzeugTypEnum c : TIC3FahrzeugTyp.TIC3FahrzeugTypEnum.values()) System.out.println(c);
public static TIC3FahrzeugTyp.TIC3FahrzeugTypEnum 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 TIC3FahrzeugTyp.TIC3FahrzeugTypEnum getInstance(int id) throws TIC3Exception
id
- numerischer WertTIC3Exception
- bei ungültigem Wertpublic int getId()
public String getValue()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.