| Package | Description |
|---|---|
| org.kapott.hbci.manager |
Package, welches diverse Klassen für den Zugriff auf die Funktionen
von HBCI4Java enthält.
|
| Modifier and Type | Field and Description |
|---|---|
static KnownReturncode[] |
KnownReturncode.LIST_AUTH_FAIL
Die Liste der Return-Codes, die als "PIN falsch" interpretiert werden sollen.
|
| Modifier and Type | Method and Description |
|---|---|
static KnownReturncode |
KnownReturncode.find(String code,
KnownReturncode... codes)
Prueft, ob der angegebene Code in der Liste enthalten ist.
|
static KnownReturncode |
KnownReturncode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KnownReturncode[] |
KnownReturncode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
KnownReturncode.contains(String code,
KnownReturncode... codes)
Prueft, ob der angegebene Code in der Liste enthalten ist.
|
static KnownReturncode |
KnownReturncode.find(String code,
KnownReturncode... codes)
Prueft, ob der angegebene Code in der Liste enthalten ist.
|
Copyright © 2019. All rights reserved.