Uses of Enum Class
net.finmath.smartcontract.product.xml.DisruptionFallbacksEnum
Packages that use DisruptionFallbacksEnum
-
Uses of DisruptionFallbacksEnum in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DisruptionFallbacksEnumModifier and TypeFieldDescriptionprotected DisruptionFallbacksEnum
CommodityMarketDisruption.disruptionFallbacks
Methods in net.finmath.smartcontract.product.xml that return DisruptionFallbacksEnumModifier and TypeMethodDescriptionstatic DisruptionFallbacksEnum
CommodityMarketDisruption.getDisruptionFallbacks()
Gets the value of the disruptionFallbacks property.static DisruptionFallbacksEnum
Returns the enum constant of this class with the specified name.static DisruptionFallbacksEnum[]
DisruptionFallbacksEnum.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 DisruptionFallbacksEnumModifier and TypeMethodDescriptionvoid
CommodityMarketDisruption.setDisruptionFallbacks
(DisruptionFallbacksEnum value) Sets the value of the disruptionFallbacks property.