Uses of Class
org.kapott.hbci.manager.HHDVersion.Type
-
Packages that use HHDVersion.Type Package Description org.kapott.hbci.manager 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.Type Modifier and Type Field Description private HHDVersion.Type
HHDVersion. type
Methods in org.kapott.hbci.manager that return HHDVersion.Type Modifier and Type Method Description HHDVersion.Type
HHDVersion. getType()
Liefert die Art des TAN-Verfahrens.static HHDVersion.Type
HHDVersion.Type. valueOf(java.lang.String name)
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.Type Constructor Description HHDVersion(HHDVersion.Type type, java.lang.String nameMatch)
ct.HHDVersion(HHDVersion.Type type, java.lang.String idMatch, java.lang.String versionStart, int segVersion, java.lang.String challengeVersion)
ct.
-