Uses of Enum Class
net.finmath.smartcontract.product.xml.CompoundingMethodEnum
Packages that use CompoundingMethodEnum
-
Uses of CompoundingMethodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CompoundingMethodEnumModifier and TypeFieldDescriptionprotected CompoundingMethodEnum
Calculation.compoundingMethod
protected CompoundingMethodEnum
Compounding.compoundingMethod
protected CompoundingMethodEnum
InterestAccrualsCompoundingMethod.compoundingMethod
Methods in net.finmath.smartcontract.product.xml that return CompoundingMethodEnumModifier and TypeMethodDescriptionstatic CompoundingMethodEnum
Calculation.getCompoundingMethod()
Gets the value of the compoundingMethod property.Compounding.getCompoundingMethod()
Gets the value of the compoundingMethod property.InterestAccrualsCompoundingMethod.getCompoundingMethod()
Gets the value of the compoundingMethod property.static CompoundingMethodEnum
Returns the enum constant of this class with the specified name.static CompoundingMethodEnum[]
CompoundingMethodEnum.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 CompoundingMethodEnumModifier and TypeMethodDescriptionvoid
Calculation.setCompoundingMethod
(CompoundingMethodEnum value) Sets the value of the compoundingMethod property.void
Compounding.setCompoundingMethod
(CompoundingMethodEnum value) Sets the value of the compoundingMethod property.void
InterestAccrualsCompoundingMethod.setCompoundingMethod
(CompoundingMethodEnum value) Sets the value of the compoundingMethod property.