Uses of Enum Class
net.finmath.smartcontract.product.xml.PutCallEnum
-
Uses of PutCallEnum in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected PutCallEnum
CommodityBasketOption.optionType
protected PutCallEnum
CommodityDigitalOption.optionType
protected PutCallEnum
CommoditySwaption.optionType
protected PutCallEnum
ExchangeTradedOption.optionType
protected PutCallEnum
FxOption.soldAs
Modifier and TypeMethodDescriptionstatic PutCallEnum
CommodityBasketOption.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 PutCallEnum
Returns 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.Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<PutCallEnum> ObjectFactory.createCommodityOptionOptionType
(PutCallEnum value) Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<PutCallEnum> ObjectFactory.createCommodityOptionOptionType
(PutCallEnum value) void
CommodityBasketOption.setOptionType
(PutCallEnum value) Sets the value of the optionType property.void
CommodityDigitalOption.setOptionType
(PutCallEnum value) Sets the value of the optionType property.void
CommoditySwaption.setOptionType
(PutCallEnum value) Sets the value of the optionType property.void
ExchangeTradedOption.setOptionType
(PutCallEnum value) Sets the value of the optionType property.void
FxOption.setSoldAs
(PutCallEnum value) Sets the value of the soldAs property.