Uses of Enum
org.kapott.hbci.dialog.KnownReturncode
Packages that use KnownReturncode
-
Uses of KnownReturncode in org.kapott.hbci.dialog
Fields in org.kapott.hbci.dialog declared as KnownReturncodeModifier and TypeFieldDescriptionstatic final KnownReturncode[]
KnownReturncode.LIST_AUTH_FAIL
Die Liste der Return-Codes, die als "PIN falsch" interpretiert werden sollen.Methods in org.kapott.hbci.dialog that return KnownReturncodeModifier and TypeMethodDescriptionstatic KnownReturncode
KnownReturncode.find
(String code, KnownReturncode... codes) Prueft, ob der angegebene Code in der Liste enthalten ist.static KnownReturncode
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.dialog with parameters of type KnownReturncodeModifier and TypeMethodDescriptionstatic 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.