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 SpecifiedPriceEnumCommodity.getSpecifiedPrice()Gets the value of the specifiedPrice property.static SpecifiedPriceEnumReturns 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 TypeMethodDescriptionvoidCommodity.setSpecifiedPrice(SpecifiedPriceEnum value) Sets the value of the specifiedPrice property.