Uses of Class
dev.vality.fistful.cashflow.ExternalCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.fistful.cashflow |
-
Uses of ExternalCashFlowAccount in dev.vality.fistful.cashflow
Methods in dev.vality.fistful.cashflow that return ExternalCashFlowAccount Modifier and Type Method Description static ExternalCashFlowAccountExternalCashFlowAccount. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ExternalCashFlowAccountCashFlowAccount. getExternal()static ExternalCashFlowAccountExternalCashFlowAccount. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalCashFlowAccount[]ExternalCashFlowAccount. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.cashflow with parameters of type ExternalCashFlowAccount Modifier and Type Method Description static CashFlowAccountCashFlowAccount. external(ExternalCashFlowAccount value)voidCashFlowAccount. setExternal(ExternalCashFlowAccount value)