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