Uses of Class
net.finmath.smartcontract.product.xml.InterpolationMethod
Packages that use InterpolationMethod
-
Uses of InterpolationMethod in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as InterpolationMethodModifier and TypeFieldDescriptionprotected InterpolationMethod
InflationRateCalculation.interpolationMethod
protected InterpolationMethod
InterestCalculation.interpolationMethod
protected InterpolationMethod
MakeWholeAmount.interpolationMethod
protected InterpolationMethod
TermCurve.interpolationMethod
Methods in net.finmath.smartcontract.product.xml that return InterpolationMethodModifier and TypeMethodDescriptionObjectFactory.createInterpolationMethod()
Create an instance ofInterpolationMethod
InflationRateCalculation.getInterpolationMethod()
Gets the value of the interpolationMethod property.InterestCalculation.getInterpolationMethod()
Gets the value of the interpolationMethod property.MakeWholeAmount.getInterpolationMethod()
Gets the value of the interpolationMethod property.TermCurve.getInterpolationMethod()
Gets the value of the interpolationMethod property.Methods in net.finmath.smartcontract.product.xml with parameters of type InterpolationMethodModifier and TypeMethodDescriptionvoid
InflationRateCalculation.setInterpolationMethod
(InterpolationMethod value) Sets the value of the interpolationMethod property.void
InterestCalculation.setInterpolationMethod
(InterpolationMethod value) Sets the value of the interpolationMethod property.void
MakeWholeAmount.setInterpolationMethod
(InterpolationMethod value) Sets the value of the interpolationMethod property.void
TermCurve.setInterpolationMethod
(InterpolationMethod value) Sets the value of the interpolationMethod property.