Uses of Enum Class
net.finmath.smartcontract.product.xml.FxAveragingMethodEnum
Packages that use FxAveragingMethodEnum
-
Uses of FxAveragingMethodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FxAveragingMethodEnumModifier and TypeFieldDescriptionprotected FxAveragingMethodEnumFxAveragingProcess.averagingMethodMethods in net.finmath.smartcontract.product.xml that return FxAveragingMethodEnumModifier and TypeMethodDescriptionstatic FxAveragingMethodEnumFxAveragingProcess.getAveragingMethod()Gets the value of the averagingMethod property.static FxAveragingMethodEnumReturns the enum constant of this class with the specified name.static FxAveragingMethodEnum[]FxAveragingMethodEnum.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 FxAveragingMethodEnumModifier and TypeMethodDescriptionvoidFxAveragingProcess.setAveragingMethod(FxAveragingMethodEnum value) Sets the value of the averagingMethod property.