Uses of Enum Class
net.finmath.smartcontract.product.xml.InterpolationPeriodEnum
Packages that use InterpolationPeriodEnum
-
Uses of InterpolationPeriodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as InterpolationPeriodEnumModifier and TypeFieldDescriptionprotected InterpolationPeriodEnumInterestCalculation.interpolationPeriodMethods in net.finmath.smartcontract.product.xml that return InterpolationPeriodEnumModifier and TypeMethodDescriptionstatic InterpolationPeriodEnumInterestCalculation.getInterpolationPeriod()Gets the value of the interpolationPeriod property.static InterpolationPeriodEnumReturns the enum constant of this class with the specified name.static InterpolationPeriodEnum[]InterpolationPeriodEnum.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 InterpolationPeriodEnumModifier and TypeMethodDescriptionvoidInterestCalculation.setInterpolationPeriod(InterpolationPeriodEnum value) Sets the value of the interpolationPeriod property.