Uses of Enum Class
dev.vality.damsel.domain.SystemCashFlowAccount
Packages that use SystemCashFlowAccount
-
Uses of SystemCashFlowAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as SystemCashFlowAccountMethods in dev.vality.damsel.domain that return SystemCashFlowAccountModifier and TypeMethodDescriptionstatic SystemCashFlowAccountSystemCashFlowAccount.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.CashFlowAccount.getSystem()SystemTransactionAccount.getType()static SystemCashFlowAccountReturns the enum constant of this class with the specified name.static SystemCashFlowAccount[]SystemCashFlowAccount.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 SystemCashFlowAccountModifier and TypeMethodDescriptionvoidCashFlowAccount.setSystem(SystemCashFlowAccount value) SystemTransactionAccount.setType(SystemCashFlowAccount type) static CashFlowAccountCashFlowAccount.system(SystemCashFlowAccount value) Constructors in dev.vality.damsel.domain with parameters of type SystemCashFlowAccount