Uses of Class
dev.vality.damsel.domain.CashFlowConstant
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of CashFlowConstant in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as CashFlowConstant Modifier and Type Field Description CashFlowConstantCashVolumeShare. ofFields in dev.vality.damsel.domain with type parameters of type CashFlowConstant Modifier and Type Field Description Map<CashFlowConstant,CashVolume>Fees. feesMethods in dev.vality.damsel.domain 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.CashFlowConstantCashVolumeShare. getOf()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.damsel.domain that return types with arguments of type CashFlowConstant Modifier and Type Method Description Map<CashFlowConstant,CashVolume>Fees. getFees()Methods in dev.vality.damsel.domain with parameters of type CashFlowConstant Modifier and Type Method Description voidFees. putToFees(CashFlowConstant key, CashVolume val)CashVolumeShareCashVolumeShare. setOf(CashFlowConstant of)Method parameters in dev.vality.damsel.domain with type arguments of type CashFlowConstant Modifier and Type Method Description FeesFees. setFees(Map<CashFlowConstant,CashVolume> fees)Constructors in dev.vality.damsel.domain with parameters of type CashFlowConstant Constructor Description CashVolumeShare(Rational parts, CashFlowConstant of)Constructor parameters in dev.vality.damsel.domain with type arguments of type CashFlowConstant Constructor Description Fees(Map<CashFlowConstant,CashVolume> fees)