public enum KnownReturncode extends Enum<KnownReturncode>
| Enum Constant and Description |
|---|
E9340
Signatur falsch (generisch)
|
E9942
PIN falsch (konkret)
|
W3040
Es liegen weitere Informationen vor - mit Aufsetzpunkt.
|
W3072
Geaenderte Benutzerdaten.
|
W3076
SCA-Ausnahme.
|
W3920
Die Liste der zugelassenen Zweischritt-Verfahren.
|
| Modifier and Type | Field and Description |
|---|---|
static KnownReturncode[] |
LIST_AUTH_FAIL
Die Liste der Return-Codes, die als "PIN falsch" interpretiert werden sollen.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(String code,
KnownReturncode... codes)
Prueft, ob der angegebene Code in der Liste enthalten ist.
|
static KnownReturncode |
find(String code,
KnownReturncode... codes)
Prueft, ob der angegebene Code in der Liste enthalten ist.
|
boolean |
is(String code)
Prueft der angegebene Code identisch ist.
|
HBCIRetVal |
searchReturnValue(List<HBCIRetVal> rets)
Sucht nach dem angegebenen Status-Code in den Rueckmeldungen und liefert den Code zurueck.
|
static KnownReturncode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownReturncode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KnownReturncode W3040
public static final KnownReturncode W3072
public static final KnownReturncode W3076
public static final KnownReturncode W3920
public static final KnownReturncode E9340
public static final KnownReturncode E9942
public static final KnownReturncode[] LIST_AUTH_FAIL
public static KnownReturncode[] values()
for (KnownReturncode c : KnownReturncode.values()) System.out.println(c);
public static KnownReturncode 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 boolean contains(String code, KnownReturncode... codes)
code - der zu pruefende Code.codes - die Liste der Codes.public static KnownReturncode find(String code, KnownReturncode... codes)
code - der zu pruefende Code.codes - die Liste der Codes.public boolean is(String code)
code - der zu pruefende Code.public HBCIRetVal searchReturnValue(List<HBCIRetVal> rets)
rets - die Rueckmeldungen.Copyright © 2020. All rights reserved.