Uses of Enum Class
net.finmath.smartcontract.product.xml.RealisedVarianceMethodEnum
Packages that use RealisedVarianceMethodEnum
-
Uses of RealisedVarianceMethodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as RealisedVarianceMethodEnumModifier and TypeFieldDescriptionprotected RealisedVarianceMethodEnumBoundedVariance.realisedVarianceMethodMethods in net.finmath.smartcontract.product.xml that return RealisedVarianceMethodEnumModifier and TypeMethodDescriptionstatic RealisedVarianceMethodEnumBoundedVariance.getRealisedVarianceMethod()Gets the value of the realisedVarianceMethod property.static RealisedVarianceMethodEnumReturns the enum constant of this class with the specified name.static RealisedVarianceMethodEnum[]RealisedVarianceMethodEnum.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 RealisedVarianceMethodEnumModifier and TypeMethodDescriptionvoidBoundedVariance.setRealisedVarianceMethod(RealisedVarianceMethodEnum value) Sets the value of the realisedVarianceMethod property.