Uses of Class
org.kapott.hbci.manager.FlickerCode.HHDVersion
-
Packages that use FlickerCode.HHDVersion Package Description org.kapott.hbci.manager 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.HHDVersion Modifier and Type Field Description FlickerCode.HHDVersion
FlickerCode. version
Die HHD-Version.Methods in org.kapott.hbci.manager that return FlickerCode.HHDVersion Modifier and Type Method Description private static FlickerCode.HHDVersion
FlickerCode.HHDVersion. find(HHDVersion h)
Versucht die HHD-Version zu ermitteln.static FlickerCode.HHDVersion
FlickerCode.HHDVersion. valueOf(java.lang.String name)
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.HHDVersion Modifier and Type Method Description private void
FlickerCode. parse(java.lang.String code, FlickerCode.HHDVersion version)
Parst den Code mit der angegebenen HHD-Version.private void
FlickerCode. parse(java.lang.String code, FlickerCode.HHDVersion version, int ldeLen)
Parst den Code mit der angegebenen HHD-Version.
-