Uses of Enum
org.kapott.hbci.dialog.KnownTANProcess
Packages that use KnownTANProcess
Package
Description
Dieses Package enthält alle Klassen zur internen Repräsentation von
(Highlevel-)Jobs.
-
Uses of KnownTANProcess in org.kapott.hbci.dialog
Methods in org.kapott.hbci.dialog that return KnownTANProcessModifier and TypeMethodDescriptionstatic KnownTANProcessKnownTANProcess.get(KnownTANProcess.Variant v, int step) Ermittelt den passenden TAN-Prozess fuer die Variante und die Schritt-Nummer.static KnownTANProcessReturns the enum constant of this type with the specified name.static KnownTANProcess[]KnownTANProcess.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KnownTANProcess in org.kapott.hbci.GV
Fields in org.kapott.hbci.GV declared as KnownTANProcessMethods in org.kapott.hbci.GV with parameters of type KnownTANProcessModifier and TypeMethodDescriptionvoidGVTAN2Step.setProcess(KnownTANProcess p) Speichert den Prozess-Schritt des HKTAN.