Uses of Enum Class
net.finmath.smartcontract.product.xml.PutCallEnum
Packages that use PutCallEnum
-
Uses of PutCallEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PutCallEnumModifier and TypeFieldDescriptionprotected PutCallEnumCommodityBasketOption.optionTypeprotected PutCallEnumCommodityDigitalOption.optionTypeprotected PutCallEnumCommoditySwaption.optionTypeprotected PutCallEnumExchangeTradedOption.optionTypeprotected PutCallEnumFxOption.soldAsMethods in net.finmath.smartcontract.product.xml that return PutCallEnumModifier and TypeMethodDescriptionstatic PutCallEnumCommodityBasketOption.getOptionType()Gets the value of the optionType property.CommodityDigitalOption.getOptionType()Gets the value of the optionType property.CommoditySwaption.getOptionType()Gets the value of the optionType property.ExchangeTradedOption.getOptionType()Gets the value of the optionType property.FxOption.getSoldAs()Gets the value of the soldAs property.static PutCallEnumReturns the enum constant of this class with the specified name.static PutCallEnum[]PutCallEnum.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 PutCallEnumModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<PutCallEnum> ObjectFactory.createCommodityOptionOptionType(PutCallEnum value) Methods in net.finmath.smartcontract.product.xml with parameters of type PutCallEnumModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<PutCallEnum> ObjectFactory.createCommodityOptionOptionType(PutCallEnum value) voidCommodityBasketOption.setOptionType(PutCallEnum value) Sets the value of the optionType property.voidCommodityDigitalOption.setOptionType(PutCallEnum value) Sets the value of the optionType property.voidCommoditySwaption.setOptionType(PutCallEnum value) Sets the value of the optionType property.voidExchangeTradedOption.setOptionType(PutCallEnum value) Sets the value of the optionType property.voidFxOption.setSoldAs(PutCallEnum value) Sets the value of the soldAs property.