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 InterestCalculationMethodEnum
InterestCapitalization.calculationMethod
protected InterestCalculationMethodEnum
InterestPayment.calculationMethod
Methods 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 TypeMethodDescriptionvoid
InterestCapitalization.setCalculationMethod(InterestCalculationMethodEnum value)
Sets the value of the calculationMethod property.void
InterestPayment.setCalculationMethod(InterestCalculationMethodEnum value)
Sets the value of the calculationMethod property.