Uses of Class
net.finmath.smartcontract.product.xml.CalculationAmount
Packages that use CalculationAmount
-
Uses of CalculationAmount in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CalculationAmountModifier and TypeFieldDescriptionprotected CalculationAmountFixedAmountCalculation.calculationAmountprotected CalculationAmountFloatingAmountCalculation.calculationAmountMethods in net.finmath.smartcontract.product.xml that return CalculationAmountModifier and TypeMethodDescriptionObjectFactory.createCalculationAmount()Create an instance ofCalculationAmountFixedAmountCalculation.getCalculationAmount()Gets the value of the calculationAmount property.FloatingAmountCalculation.getCalculationAmount()Gets the value of the calculationAmount property.Methods in net.finmath.smartcontract.product.xml with parameters of type CalculationAmountModifier and TypeMethodDescriptionvoidFixedAmountCalculation.setCalculationAmount(CalculationAmount value) Sets the value of the calculationAmount property.voidFloatingAmountCalculation.setCalculationAmount(CalculationAmount value) Sets the value of the calculationAmount property.