Uses of Class
dev.vality.fistful.base.CashFlowConstant
| Package | Description |
|---|---|
| dev.vality.fistful.base |
-
Uses of CashFlowConstant in dev.vality.fistful.base
Fields in dev.vality.fistful.base with type parameters of type CashFlowConstant Modifier and Type Field Description Map<CashFlowConstant,Cash>Fees. feesMethods in dev.vality.fistful.base that return CashFlowConstant Modifier and Type Method Description static CashFlowConstantCashFlowConstant. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.static CashFlowConstantCashFlowConstant. valueOf(String name)Returns the enum constant of this type with the specified name.static CashFlowConstant[]CashFlowConstant. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.base that return types with arguments of type CashFlowConstant Modifier and Type Method Description Map<CashFlowConstant,Cash>Fees. getFees()Methods in dev.vality.fistful.base with parameters of type CashFlowConstant Modifier and Type Method Description voidFees. putToFees(CashFlowConstant key, Cash val)Method parameters in dev.vality.fistful.base with type arguments of type CashFlowConstant Modifier and Type Method Description FeesFees. setFees(Map<CashFlowConstant,Cash> fees)Constructor parameters in dev.vality.fistful.base with type arguments of type CashFlowConstant Constructor Description Fees(Map<CashFlowConstant,Cash> fees)