Uses of Enum Class
net.finmath.smartcontract.product.xml.FPVFinalPriceElectionFallbackEnum
Packages that use FPVFinalPriceElectionFallbackEnum
-
Uses of FPVFinalPriceElectionFallbackEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as FPVFinalPriceElectionFallbackEnumModifier and TypeFieldDescriptionprotected FPVFinalPriceElectionFallbackEnumEquityValuation.fpvFinalPriceElectionFallbackMethods in net.finmath.smartcontract.product.xml that return FPVFinalPriceElectionFallbackEnumModifier and TypeMethodDescriptionEquityValuation.getFPVFinalPriceElectionFallback()Gets the value of the fpvFinalPriceElectionFallback property.Returns the enum constant of this class with the specified name.static FPVFinalPriceElectionFallbackEnum[]FPVFinalPriceElectionFallbackEnum.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 FPVFinalPriceElectionFallbackEnumModifier and TypeMethodDescriptionvoidEquityValuation.setFPVFinalPriceElectionFallback(FPVFinalPriceElectionFallbackEnum value) Sets the value of the fpvFinalPriceElectionFallback property.