Uses of Enum Class
net.finmath.smartcontract.product.xml.InterestCalculationMethodEnum
Packages that use InterestCalculationMethodEnum
-
Uses of InterestCalculationMethodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as InterestCalculationMethodEnumModifier and TypeFieldDescriptionprotected InterestCalculationMethodEnumInterestCapitalization.calculationMethodprotected InterestCalculationMethodEnumInterestPayment.calculationMethodMethods in net.finmath.smartcontract.product.xml that return InterestCalculationMethodEnumModifier and TypeMethodDescriptionInterestCapitalization.getCalculationMethod()Gets the value of the calculationMethod property.InterestPayment.getCalculationMethod()Gets the value of the calculationMethod property.Returns the enum constant of this class with the specified name.static InterestCalculationMethodEnum[]InterestCalculationMethodEnum.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 InterestCalculationMethodEnumModifier and TypeMethodDescriptionvoidInterestCapitalization.setCalculationMethod(InterestCalculationMethodEnum value) Sets the value of the calculationMethod property.voidInterestPayment.setCalculationMethod(InterestCalculationMethodEnum value) Sets the value of the calculationMethod property.