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 KnownTANProcess
KnownTANProcess.get
(KnownTANProcess.Variant v, int step) Ermittelt den passenden TAN-Prozess fuer die Variante und die Schritt-Nummer.static KnownTANProcess
Returns 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 TypeMethodDescriptionvoid
GVTAN2Step.setProcess
(KnownTANProcess p) Speichert den Prozess-Schritt des HKTAN.