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_FAILDie Liste der Return-Codes, die als "PIN falsch" interpretiert werden sollen.Methods in org.kapott.hbci.dialog that return KnownReturncodeModifier and TypeMethodDescriptionstatic KnownReturncodeKnownReturncode.find(String code, KnownReturncode... codes) Prueft, ob der angegebene Code in der Liste enthalten ist.static KnownReturncodeReturns 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 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.