Uses of Enum Class
page.codeberg.friedolyn.client.parser.AccountHeadingKind
Packages that use AccountHeadingKind
-
Uses of AccountHeadingKind in page.codeberg.friedolyn.client.parser
Methods in page.codeberg.friedolyn.client.parser that return AccountHeadingKindModifier and TypeMethodDescriptionstatic AccountHeadingKindReturns the enum constant of this class with the specified name.static AccountHeadingKind[]AccountHeadingKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in page.codeberg.friedolyn.client.parser with parameters of type AccountHeadingKindModifier and TypeMethodDescriptionprivate static intParser.parseEctsInAccountOrSubAccountHeading(@NonNull AccountHeadingKind accountHeadingKind, @NonNull org.jsoup.nodes.Element table) Extracts theECTSpresent in the given account or sub-account heading.