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 CommodityKnockEnumCommodityBarrier.getKnock()Gets the value of the knock property.static CommodityKnockEnumReturns 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 TypeMethodDescriptionvoidCommodityBarrier.setKnock(CommodityKnockEnum value) Sets the value of the knock property.