Uses of Enum Class
net.finmath.smartcontract.product.xml.CommodityKnockEnum
Packages that use CommodityKnockEnum
-
Uses of CommodityKnockEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as CommodityKnockEnumMethods in net.finmath.smartcontract.product.xml that return CommodityKnockEnumModifier and TypeMethodDescriptionstatic CommodityKnockEnum
CommodityBarrier.getKnock()
Gets the value of the knock property.static CommodityKnockEnum
Returns the enum constant of this class with the specified name.static CommodityKnockEnum[]
CommodityKnockEnum.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 CommodityKnockEnumModifier and TypeMethodDescriptionvoid
CommodityBarrier.setKnock
(CommodityKnockEnum value) Sets the value of the knock property.