Uses of Enum Class
dev.vality.damsel.domain.ExternalCashFlowAccount
Packages that use ExternalCashFlowAccount
-
Uses of ExternalCashFlowAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ExternalCashFlowAccountMethods in dev.vality.damsel.domain that return ExternalCashFlowAccountModifier and TypeMethodDescriptionstatic ExternalCashFlowAccountExternalCashFlowAccount.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.CashFlowAccount.getExternal()ExternalTransactionAccount.getType()static ExternalCashFlowAccountReturns the enum constant of this class with the specified name.static ExternalCashFlowAccount[]ExternalCashFlowAccount.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 ExternalCashFlowAccountModifier and TypeMethodDescriptionstatic CashFlowAccountCashFlowAccount.external(ExternalCashFlowAccount value) voidCashFlowAccount.setExternal(ExternalCashFlowAccount value) ExternalTransactionAccount.setType(ExternalCashFlowAccount type) Constructors in dev.vality.damsel.domain with parameters of type ExternalCashFlowAccount