public enum RdsPrioritaet extends Enum<RdsPrioritaet> implements Zustand<Integer>
Enum Constant and Description |
---|
EILIG
eilige Meldung, Wert 1.
|
HOECHSTE_GEFAHR
höchste Gefahr, Wert 3.
|
NORMAL
normale Priorität, Wert 0.
|
SEHR_EILIG
sehr eilige Meldung, Wert 2.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCode()
liefert den Code des Zustandes.
|
String |
getName()
liefert den Namen des Zustandes.
|
static RdsPrioritaet |
getStatus(int gesuchterCode)
liefert die Rds-Priorität mit dem übergebenen Code.
|
static RdsPrioritaet |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RdsPrioritaet[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdsPrioritaet NORMAL
public static final RdsPrioritaet EILIG
public static final RdsPrioritaet SEHR_EILIG
public static final RdsPrioritaet HOECHSTE_GEFAHR
public static RdsPrioritaet[] values()
for (RdsPrioritaet c : RdsPrioritaet.values()) System.out.println(c);
public static RdsPrioritaet 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 RdsPrioritaet getStatus(int gesuchterCode)
gesuchterCode
- der Code für den ein Zustand gesucht wird.public Integer getCode()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.