Uses of Enum Class
dev.vality.damsel.domain.WalletCashFlowAccount
Packages that use WalletCashFlowAccount
-
Uses of WalletCashFlowAccount in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return WalletCashFlowAccountModifier and TypeMethodDescriptionstatic WalletCashFlowAccountWalletCashFlowAccount.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.CashFlowAccount.getWallet()static WalletCashFlowAccountReturns the enum constant of this class with the specified name.static WalletCashFlowAccount[]WalletCashFlowAccount.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type WalletCashFlowAccountModifier and TypeMethodDescriptionvoidCashFlowAccount.setWallet(WalletCashFlowAccount value) static CashFlowAccountCashFlowAccount.wallet(WalletCashFlowAccount value)