Uses of Class
de.adorsys.ledgers.postings.db.domain.PostingType
-
Packages that use PostingType Package Description de.adorsys.ledgers.postings.db.domain -
-
Uses of PostingType in de.adorsys.ledgers.postings.db.domain
Methods in de.adorsys.ledgers.postings.db.domain that return PostingType Modifier and Type Method Description static PostingTypePostingType. valueOf(String name)Returns the enum constant of this type with the specified name.static PostingType[]PostingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-