Uses of Enum Class
net.finmath.smartcontract.product.xml.AveragingMethodEnum
Packages that use AveragingMethodEnum
-
Uses of AveragingMethodEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as AveragingMethodEnumModifier and TypeFieldDescriptionprotected AveragingMethodEnumCommodityBasketUnderlyingBase.averagingMethodprotected AveragingMethodEnumCommodityDigitalOption.averagingMethodprotected AveragingMethodEnumFloatingLegCalculation.averagingMethodprotected AveragingMethodEnumFloatingRateCalculation.averagingMethodprotected AveragingMethodEnumTradeUnderlyer2.averagingMethodMethods in net.finmath.smartcontract.product.xml that return AveragingMethodEnumModifier and TypeMethodDescriptionstatic AveragingMethodEnumCommodityBasketUnderlyingBase.getAveragingMethod()Gets the value of the averagingMethod property.CommodityDigitalOption.getAveragingMethod()Gets the value of the averagingMethod property.FloatingLegCalculation.getAveragingMethod()Gets the value of the averagingMethod property.FloatingRateCalculation.getAveragingMethod()Gets the value of the averagingMethod property.TradeUnderlyer2.getAveragingMethod()Gets the value of the averagingMethod property.static AveragingMethodEnumReturns the enum constant of this class with the specified name.static AveragingMethodEnum[]AveragingMethodEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.finmath.smartcontract.product.xml that return types with arguments of type AveragingMethodEnumModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AveragingMethodEnum> ObjectFactory.createCommodityFxAveragingMethod(AveragingMethodEnum value) jakarta.xml.bind.JAXBElement<AveragingMethodEnum> ObjectFactory.createCommodityOptionAveragingMethod(AveragingMethodEnum value) Methods in net.finmath.smartcontract.product.xml with parameters of type AveragingMethodEnumModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AveragingMethodEnum> ObjectFactory.createCommodityFxAveragingMethod(AveragingMethodEnum value) jakarta.xml.bind.JAXBElement<AveragingMethodEnum> ObjectFactory.createCommodityOptionAveragingMethod(AveragingMethodEnum value) voidCommodityBasketUnderlyingBase.setAveragingMethod(AveragingMethodEnum value) Sets the value of the averagingMethod property.voidCommodityDigitalOption.setAveragingMethod(AveragingMethodEnum value) Sets the value of the averagingMethod property.voidFloatingLegCalculation.setAveragingMethod(AveragingMethodEnum value) Sets the value of the averagingMethod property.voidFloatingRateCalculation.setAveragingMethod(AveragingMethodEnum value) Sets the value of the averagingMethod property.voidTradeUnderlyer2.setAveragingMethod(AveragingMethodEnum value) Sets the value of the averagingMethod property.