Uses of Class
org.kapott.hbci.manager.KnownTANProcess
-
Packages that use KnownTANProcess Package Description org.kapott.hbci.GV Dieses Package enthält alle Klassen zur internen Repräsentation von (Highlevel-)Jobs.org.kapott.hbci.manager Package, welches diverse Klassen für den Zugriff auf die Funktionen von HBCI4Java enthält. -
-
Uses of KnownTANProcess in org.kapott.hbci.GV
Methods in org.kapott.hbci.GV with parameters of type KnownTANProcess Modifier and Type Method Description voidGVTAN2Step. setProcess(KnownTANProcess p)Speichert den Prozess-Schritt des HKTAN. -
Uses of KnownTANProcess in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager that return KnownTANProcess Modifier and Type Method Description static KnownTANProcessKnownTANProcess. determine(String code)Ermittelt den passenden TAN-Prozess fuer den angegebenen Code.static KnownTANProcessKnownTANProcess. valueOf(String name)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.
-