public enum Datex2SeverityEnum extends java.lang.Enum<Datex2SeverityEnum>
att.mdmBisVerkehrsBehinderung
in Datex2
SeverityEnum
.Enum Constant and Description |
---|
High
Perceived by supplier as being of a high level.
|
Low
Perceived by supplier as being of a low level.
|
Medium
Perceived by supplier as being of a medium level.
|
None
Perceived by supplier as having a severity rating of none.
|
Unbekannt
Perceived by supplier as being of an unknown level.
|
Modifier and Type | Method and Description |
---|---|
int |
getId()
Gibt den numerischen Wert zurück.
|
static SeverityEnum |
getInstance(int davwert)
Gibt eine passende Severity-Instanz zurück.
|
static Datex2SeverityEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Datex2SeverityEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Datex2SeverityEnum Unbekannt
public static final Datex2SeverityEnum None
public static final Datex2SeverityEnum Low
public static final Datex2SeverityEnum Medium
public static final Datex2SeverityEnum High
public static Datex2SeverityEnum[] values()
for (Datex2SeverityEnum c : Datex2SeverityEnum.values()) System.out.println(c);
public static Datex2SeverityEnum 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 nullpublic static SeverityEnum getInstance(int davwert) throws Datex2BaustelleException
davwert
- DAV-WertDatex2BaustelleException
- bei ungültigem Wertpublic int getId()