Uses of Class
org.kapott.hbci.manager.HBCIVersion
-
Packages that use HBCIVersion Package Description org.kapott.hbci.manager Package, welches diverse Klassen für den Zugriff auf die Funktionen von HBCI4Java enthält. -
-
Uses of HBCIVersion in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager that return HBCIVersion Modifier and Type Method Description static HBCIVersionHBCIVersion. byId(java.lang.String id)Sucht die HBCI-Version anhand der angegebenen ID.HBCIVersionBankInfo. getPinTanVersion()Liefert die HBCI-Version fuer das Verfahren PIN/TAN.HBCIVersionBankInfo. getRdhVersion()Speichert die HBCI-Version fuer das Verfahren Schluesseldatei.static HBCIVersionHBCIVersion. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HBCIVersion[]HBCIVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.manager with parameters of type HBCIVersion Modifier and Type Method Description voidBankInfo. setPinTanVersion(HBCIVersion pinTanVersion)Speichert die HBCI-Version fuer das Verfahren PIN/TAN.voidBankInfo. setRdhVersion(HBCIVersion rdhVersion)Liefert die HBCI-Version fuer das Verfahren Schluesseldatei.
-