Uses of Enum Class
net.finmath.smartcontract.product.xml.PremiumQuoteBasisEnum
Packages that use PremiumQuoteBasisEnum
-
Uses of PremiumQuoteBasisEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as PremiumQuoteBasisEnumMethods in net.finmath.smartcontract.product.xml that return PremiumQuoteBasisEnumModifier and TypeMethodDescriptionstatic PremiumQuoteBasisEnumPremiumQuote.getQuoteBasis()Gets the value of the quoteBasis property.static PremiumQuoteBasisEnumReturns the enum constant of this class with the specified name.static PremiumQuoteBasisEnum[]PremiumQuoteBasisEnum.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 PremiumQuoteBasisEnumModifier and TypeMethodDescriptionvoidPremiumQuote.setQuoteBasis(PremiumQuoteBasisEnum value) Sets the value of the quoteBasis property.