Uses of Enum Class
dev.vality.damsel.domain.ProviderCashFlowAccount
Packages that use ProviderCashFlowAccount
-
Uses of ProviderCashFlowAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ProviderCashFlowAccountMethods in dev.vality.damsel.domain that return ProviderCashFlowAccountModifier and TypeMethodDescriptionstatic ProviderCashFlowAccountProviderCashFlowAccount.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.CashFlowAccount.getProvider()ProviderTransactionAccount.getType()static ProviderCashFlowAccountReturns the enum constant of this class with the specified name.static ProviderCashFlowAccount[]ProviderCashFlowAccount.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 ProviderCashFlowAccountModifier and TypeMethodDescriptionstatic CashFlowAccountCashFlowAccount.provider(ProviderCashFlowAccount value) voidCashFlowAccount.setProvider(ProviderCashFlowAccount value) ProviderTransactionAccount.setType(ProviderCashFlowAccount type) Constructors in dev.vality.damsel.domain with parameters of type ProviderCashFlowAccountModifierConstructorDescription