Uses of Enum Class
net.finmath.smartcontract.product.xml.PriceExpressionEnum
Packages that use PriceExpressionEnum
-
Uses of PriceExpressionEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PriceExpressionEnumMethods in net.finmath.smartcontract.product.xml that return PriceExpressionEnumModifier and TypeMethodDescriptionstatic PriceExpressionEnum
ActualPrice.getPriceExpression()
Gets the value of the priceExpression property.static PriceExpressionEnum
Returns the enum constant of this class with the specified name.static PriceExpressionEnum[]
PriceExpressionEnum.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 PriceExpressionEnumModifier and TypeMethodDescriptionvoid
ActualPrice.setPriceExpression
(PriceExpressionEnum value) Sets the value of the priceExpression property.