public static enum TIC3Status.TIC3StatusEnum extends Enum<TIC3Status.TIC3StatusEnum>
Enum Constant and Description |
---|
Geaendert
Geändert.
|
Geloescht
Gelöscht.
|
Neu
Neu.
|
Unbekannt
unbekannter Status.
|
Modifier and Type | Field and Description |
---|---|
private int |
id
numerischer Wert.
|
private String |
value
textueller Wert.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gibt den numerischen Wert zurück.
|
static TIC3Status.TIC3StatusEnum |
getInstance(int id)
Gibt eine passende Status-Instanz zurück.
|
String |
getValue()
Gibt den textuellen Wert zurück.
|
static TIC3Status.TIC3StatusEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIC3Status.TIC3StatusEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TIC3Status.TIC3StatusEnum Unbekannt
public static final TIC3Status.TIC3StatusEnum Neu
public static final TIC3Status.TIC3StatusEnum Geaendert
public static final TIC3Status.TIC3StatusEnum Geloescht
private final String value
private int id
public static TIC3Status.TIC3StatusEnum[] values()
for (TIC3Status.TIC3StatusEnum c : TIC3Status.TIC3StatusEnum.values()) System.out.println(c);
public static TIC3Status.TIC3StatusEnum 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 TIC3Status.TIC3StatusEnum 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.