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 InterpolationMethodInflationRateCalculation.interpolationMethodprotected InterpolationMethodInterestCalculation.interpolationMethodprotected InterpolationMethodMakeWholeAmount.interpolationMethodprotected InterpolationMethodTermCurve.interpolationMethodMethods in net.finmath.smartcontract.product.xml that return InterpolationMethodModifier and TypeMethodDescriptionObjectFactory.createInterpolationMethod()Create an instance ofInterpolationMethodInflationRateCalculation.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 TypeMethodDescriptionvoidInflationRateCalculation.setInterpolationMethod(InterpolationMethod value) Sets the value of the interpolationMethod property.voidInterestCalculation.setInterpolationMethod(InterpolationMethod value) Sets the value of the interpolationMethod property.voidMakeWholeAmount.setInterpolationMethod(InterpolationMethod value) Sets the value of the interpolationMethod property.voidTermCurve.setInterpolationMethod(InterpolationMethod value) Sets the value of the interpolationMethod property.