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