Uses of Enum
org.kapott.hbci.dialog.KnownTANProcess.Variant
Packages that use KnownTANProcess.Variant
-
Uses of KnownTANProcess.Variant in org.kapott.hbci.dialog
Fields in org.kapott.hbci.dialog declared as KnownTANProcess.VariantModifier and TypeFieldDescriptionprivate static final KnownTANProcess.VariantKnownTANProcess.Variant.DEFAULTprivate KnownTANProcess.VariantSCARequest.variantMethods 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 type with the specified name.static KnownTANProcess.Variant[]KnownTANProcess.Variant.values()Returns an array containing the constants of this enum type, 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.