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