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 CompoundingMethodEnumCalculation.compoundingMethodprotected CompoundingMethodEnumCompounding.compoundingMethodprotected CompoundingMethodEnumInterestAccrualsCompoundingMethod.compoundingMethodMethods in net.finmath.smartcontract.product.xml that return CompoundingMethodEnumModifier and TypeMethodDescriptionstatic CompoundingMethodEnumCalculation.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 CompoundingMethodEnumReturns 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 TypeMethodDescriptionvoidCalculation.setCompoundingMethod(CompoundingMethodEnum value) Sets the value of the compoundingMethod property.voidCompounding.setCompoundingMethod(CompoundingMethodEnum value) Sets the value of the compoundingMethod property.voidInterestAccrualsCompoundingMethod.setCompoundingMethod(CompoundingMethodEnum value) Sets the value of the compoundingMethod property.