Uses of Enum
org.kapott.hbci.manager.FlickerCode.HHDVersion
Packages that use FlickerCode.HHDVersion
Package
Description
Package, welches diverse Klassen für den Zugriff auf die Funktionen
von HBCI4Java enthält.
-
Uses of FlickerCode.HHDVersion in org.kapott.hbci.manager
Fields in org.kapott.hbci.manager declared as FlickerCode.HHDVersionMethods in org.kapott.hbci.manager that return FlickerCode.HHDVersionModifier and TypeMethodDescriptionprivate static FlickerCode.HHDVersion
FlickerCode.HHDVersion.find
(HHDVersion h) Versucht die HHD-Version zu ermitteln.static FlickerCode.HHDVersion
Returns the enum constant of this type with the specified name.static FlickerCode.HHDVersion[]
FlickerCode.HHDVersion.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 FlickerCode.HHDVersionModifier and TypeMethodDescriptionprivate void
FlickerCode.parse
(String code, FlickerCode.HHDVersion version) Parst den Code mit der angegebenen HHD-Version.private void
FlickerCode.parse
(String code, FlickerCode.HHDVersion version, int ldeLen) Parst den Code mit der angegebenen HHD-Version.