Uses of Class
de.adorsys.ledgers.postings.db.domain.AccountCategory
-
Packages that use AccountCategory Package Description de.adorsys.ledgers.postings.db.domain -
-
Uses of AccountCategory in de.adorsys.ledgers.postings.db.domain
Methods in de.adorsys.ledgers.postings.db.domain that return AccountCategory Modifier and Type Method Description static AccountCategoryAccountCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountCategory[]AccountCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.adorsys.ledgers.postings.db.domain with parameters of type AccountCategory Constructor Description LedgerAccount(String id, LocalDateTime created, String user, String shortDesc, String longDesc, String name, Ledger ledger, LedgerAccount parent, ChartOfAccount coa, BalanceSide balanceSide, AccountCategory category)
-