Uses of Enum Class
net.finmath.smartcontract.product.xml.NegativeInterestRateTreatmentEnum
-
Uses of NegativeInterestRateTreatmentEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected NegativeInterestRateTreatmentEnum
FloatingRateCalculation.negativeInterestRateTreatment
Modifier 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.Modifier and TypeMethodDescriptionvoid
FloatingRateCalculation.setNegativeInterestRateTreatment
(NegativeInterestRateTreatmentEnum value) Sets the value of the negativeInterestRateTreatment property.