Uses of Class
org.kapott.hbci.manager.KnownReturncode
-
Packages that use KnownReturncode Package Description org.kapott.hbci.manager Package, welches diverse Klassen für den Zugriff auf die Funktionen von HBCI4Java enthält. -
-
Uses of KnownReturncode in org.kapott.hbci.manager
Fields in org.kapott.hbci.manager declared as KnownReturncode Modifier and Type Field Description static KnownReturncode[]KnownReturncode. LIST_AUTH_FAILDie Liste der Return-Codes, die als "PIN falsch" interpretiert werden sollen.Methods in org.kapott.hbci.manager that return KnownReturncode Modifier and Type Method Description static KnownReturncodeKnownReturncode. find(String code, KnownReturncode... codes)Prueft, ob der angegebene Code in der Liste enthalten ist.static KnownReturncodeKnownReturncode. 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.Methods in org.kapott.hbci.manager with parameters of type KnownReturncode Modifier and Type Method Description static booleanKnownReturncode. contains(String code, KnownReturncode... codes)Prueft, ob der angegebene Code in der Liste enthalten ist.static KnownReturncodeKnownReturncode. find(String code, KnownReturncode... codes)Prueft, ob der angegebene Code in der Liste enthalten ist.
-