Uses of Enum
org.kapott.hbci.manager.HHDVersion.Type
Packages that use HHDVersion.Type
Package
Description
Package, welches diverse Klassen für den Zugriff auf die Funktionen
von HBCI4Java enthält.
-
Uses of HHDVersion.Type in org.kapott.hbci.manager
Fields in org.kapott.hbci.manager declared as HHDVersion.TypeMethods in org.kapott.hbci.manager that return HHDVersion.TypeModifier and TypeMethodDescriptionHHDVersion.getType()
Liefert die Art des TAN-Verfahrens.static HHDVersion.Type
Returns the enum constant of this type with the specified name.static HHDVersion.Type[]
HHDVersion.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.kapott.hbci.manager with parameters of type HHDVersion.TypeModifierConstructorDescriptionprivate
HHDVersion
(HHDVersion.Type type, String nameMatch) ct.private
HHDVersion
(HHDVersion.Type type, String idMatch, String versionStart, int segVersion, String challengeVersion) ct.