Uses of Class
net.finmath.smartcontract.product.xml.DisruptionFallback
Packages that use DisruptionFallback
-
Uses of DisruptionFallback in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as DisruptionFallbackModifier and TypeFieldDescriptionprotected DisruptionFallbackSequencedDisruptionFallback.fallbackprotected DisruptionFallbackWeatherIndexData.primaryDisruptionFallbacksprotected DisruptionFallbackWeatherIndexData.secondaryDisruptionFallbacksMethods in net.finmath.smartcontract.product.xml that return DisruptionFallbackModifier and TypeMethodDescriptionObjectFactory.createDisruptionFallback()Create an instance ofDisruptionFallbackSequencedDisruptionFallback.getFallback()Gets the value of the fallback property.WeatherIndexData.getPrimaryDisruptionFallbacks()Gets the value of the primaryDisruptionFallbacks property.WeatherIndexData.getSecondaryDisruptionFallbacks()Gets the value of the secondaryDisruptionFallbacks property.Methods in net.finmath.smartcontract.product.xml with parameters of type DisruptionFallbackModifier and TypeMethodDescriptionvoidSequencedDisruptionFallback.setFallback(DisruptionFallback value) Sets the value of the fallback property.voidWeatherIndexData.setPrimaryDisruptionFallbacks(DisruptionFallback value) Sets the value of the primaryDisruptionFallbacks property.voidWeatherIndexData.setSecondaryDisruptionFallbacks(DisruptionFallback value) Sets the value of the secondaryDisruptionFallbacks property.