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 FPVFinalPriceElectionFallbackEnum
EquityValuation.fpvFinalPriceElectionFallback
Methods 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 TypeMethodDescriptionvoid
EquityValuation.setFPVFinalPriceElectionFallback
(FPVFinalPriceElectionFallbackEnum value) Sets the value of the fpvFinalPriceElectionFallback property.