Uses of Enum Class
net.finmath.smartcontract.product.xml.NegativeInterestRateTreatmentEnum
Packages that use NegativeInterestRateTreatmentEnum
-
Uses of NegativeInterestRateTreatmentEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as NegativeInterestRateTreatmentEnumModifier and TypeFieldDescriptionprotected NegativeInterestRateTreatmentEnum
FloatingRateCalculation.negativeInterestRateTreatment
Methods in net.finmath.smartcontract.product.xml that return NegativeInterestRateTreatmentEnumModifier and TypeMethodDescriptionFloatingRateCalculation.getNegativeInterestRateTreatment()
Gets the value of the negativeInterestRateTreatment property.Returns the enum constant of this class with the specified name.static NegativeInterestRateTreatmentEnum[]
NegativeInterestRateTreatmentEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml with parameters of type NegativeInterestRateTreatmentEnumModifier and TypeMethodDescriptionvoid
FloatingRateCalculation.setNegativeInterestRateTreatment(NegativeInterestRateTreatmentEnum value)
Sets the value of the negativeInterestRateTreatment property.