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 DisruptionFallbacksEnumCommodityMarketDisruption.disruptionFallbacksMethods in net.finmath.smartcontract.product.xml that return DisruptionFallbacksEnumModifier and TypeMethodDescriptionstatic DisruptionFallbacksEnumCommodityMarketDisruption.getDisruptionFallbacks()Gets the value of the disruptionFallbacks property.static DisruptionFallbacksEnumReturns 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 TypeMethodDescriptionvoidCommodityMarketDisruption.setDisruptionFallbacks(DisruptionFallbacksEnum value) Sets the value of the disruptionFallbacks property.