Uses of Class
dev.vality.damsel.domain.SystemCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of SystemCashFlowAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as SystemCashFlowAccount Modifier and Type Field Description SystemCashFlowAccountSystemTransactionAccount. typeMethods in dev.vality.damsel.domain 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()SystemCashFlowAccountSystemTransactionAccount. getType()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.damsel.domain with parameters of type SystemCashFlowAccount Modifier and Type Method Description voidCashFlowAccount. setSystem(SystemCashFlowAccount value)SystemTransactionAccountSystemTransactionAccount. setType(SystemCashFlowAccount type)static CashFlowAccountCashFlowAccount. system(SystemCashFlowAccount value)Constructors in dev.vality.damsel.domain with parameters of type SystemCashFlowAccount Constructor Description SystemTransactionAccount(SystemCashFlowAccount type)