Uses of Enum Class
net.finmath.smartcontract.product.xml.SpecifiedPriceEnum
Packages that use SpecifiedPriceEnum
-
Uses of SpecifiedPriceEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as SpecifiedPriceEnumMethods in net.finmath.smartcontract.product.xml that return SpecifiedPriceEnumModifier and TypeMethodDescriptionstatic SpecifiedPriceEnum
Commodity.getSpecifiedPrice()
Gets the value of the specifiedPrice property.static SpecifiedPriceEnum
Returns the enum constant of this class with the specified name.static SpecifiedPriceEnum[]
SpecifiedPriceEnum.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 SpecifiedPriceEnumModifier and TypeMethodDescriptionvoid
Commodity.setSpecifiedPrice
(SpecifiedPriceEnum value) Sets the value of the specifiedPrice property.