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 AccountHeadingKind
Returns 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 int
Parser.parseEctsInAccountOrSubAccountHeading
(@NonNull AccountHeadingKind accountHeadingKind, @NonNull org.jsoup.nodes.Element table) Extracts theECTS
present in the given account or sub-account heading.