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 RealisedVarianceMethodEnum
BoundedVariance.realisedVarianceMethod
Methods in net.finmath.smartcontract.product.xml that return RealisedVarianceMethodEnumModifier and TypeMethodDescriptionstatic RealisedVarianceMethodEnum
BoundedVariance.getRealisedVarianceMethod()
Gets the value of the realisedVarianceMethod property.static RealisedVarianceMethodEnum
Returns 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 TypeMethodDescriptionvoid
BoundedVariance.setRealisedVarianceMethod
(RealisedVarianceMethodEnum value) Sets the value of the realisedVarianceMethod property.