Uses of Class
dev.vality.fistful.cashflow.SystemCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.fistful.cashflow |
-
Uses of SystemCashFlowAccount in dev.vality.fistful.cashflow
Methods in dev.vality.fistful.cashflow that return SystemCashFlowAccount Modifier and Type Method Description static SystemCashFlowAccountSystemCashFlowAccount. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.SystemCashFlowAccountCashFlowAccount. getSystem()static SystemCashFlowAccountSystemCashFlowAccount. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemCashFlowAccount[]SystemCashFlowAccount. 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 SystemCashFlowAccount Modifier and Type Method Description voidCashFlowAccount. setSystem(SystemCashFlowAccount value)static CashFlowAccountCashFlowAccount. system(SystemCashFlowAccount value)