Uses of Enum Class
org.kapott.hbci.dialog.KnownTANProcess.Variant
Packages that use KnownTANProcess.Variant
-
Uses of KnownTANProcess.Variant in org.kapott.hbci.dialog
Methods in org.kapott.hbci.dialog that return KnownTANProcess.VariantModifier and TypeMethodDescriptionstatic final KnownTANProcess.VariantLiefert die zu verwendende Prozessvariante.SCARequest.getVariant()Liefert die Prozess-Variante.static KnownTANProcess.VariantReturns the enum constant of this class with the specified name.static KnownTANProcess.Variant[]KnownTANProcess.Variant.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kapott.hbci.dialog with parameters of type KnownTANProcess.VariantModifier and TypeMethodDescriptionstatic KnownTANProcessKnownTANProcess.get(KnownTANProcess.Variant v, int step) Ermittelt den passenden TAN-Prozess fuer die Variante und die Schritt-Nummer.voidSCARequest.setVariant(KnownTANProcess.Variant variant) Speichert die Prozess-Variante.