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 PutCallEnum
CommodityBasketOption.optionType
protected PutCallEnum
CommodityDigitalOption.optionType
protected PutCallEnum
CommoditySwaption.optionType
protected PutCallEnum
ExchangeTradedOption.optionType
protected PutCallEnum
FxOption.soldAs
Methods in net.finmath.smartcontract.product.xml that return PutCallEnumModifier 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.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)
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.