public enum RdsAuthorisierungsErgebnis extends Enum<RdsAuthorisierungsErgebnis> implements Zustand<Integer>
Enum Constant and Description |
---|
AUTHORISIERT
Meldung wurde authorisiert.
|
NOCH_NICHT_AUTHORISIERT
Meldung wurde noch nicht authorisiert.
|
ZURUECKGEWIESEN
Meldung wurde zurückgewiesen.
|
ZURUECKGEWIESEN_UND_FOLGENDE
Meldung und die ihr folgenden
Meldungen wurden zurückgewiesen.
|
Modifier and Type | Method and Description |
---|---|
Integer |
getCode()
liefert den Code des Zustandes.
|
String |
getName()
liefert den Namen des Zustandes.
|
static RdsAuthorisierungsErgebnis |
getStatus(int gesuchterCode)
liefert das Authorisierungsergebnis mit dem übergebenen Code.
|
static RdsAuthorisierungsErgebnis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RdsAuthorisierungsErgebnis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RdsAuthorisierungsErgebnis NOCH_NICHT_AUTHORISIERT
public static final RdsAuthorisierungsErgebnis AUTHORISIERT
public static final RdsAuthorisierungsErgebnis ZURUECKGEWIESEN
public static final RdsAuthorisierungsErgebnis ZURUECKGEWIESEN_UND_FOLGENDE
public static RdsAuthorisierungsErgebnis[] values()
for (RdsAuthorisierungsErgebnis c : RdsAuthorisierungsErgebnis.values()) System.out.println(c);
public static RdsAuthorisierungsErgebnis 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 RdsAuthorisierungsErgebnis getStatus(int gesuchterCode)
gesuchterCode
- der Code für den ein Zustand gesucht wird.NOCH_NICHT_AUTHORISIERT
geliefert.public Integer getCode()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.