Uses of Class
org.kapott.hbci.dialog.KnownTANProcess
-
Packages that use KnownTANProcess Package Description org.kapott.hbci.dialog org.kapott.hbci.GV 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 KnownTANProcess Modifier and Type Method Description static KnownTANProcessKnownTANProcess. get(KnownTANProcess.Variant v, int step)Ermittelt den passenden TAN-Prozess fuer die Variante und die Schritt-Nummer.static KnownTANProcessKnownTANProcess. valueOf(java.lang.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. -
Uses of KnownTANProcess in org.kapott.hbci.GV
Fields in org.kapott.hbci.GV declared as KnownTANProcess Modifier and Type Field Description private KnownTANProcessGVTAN2Step. processMethods 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.
-