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 DisruptionFallback
SequencedDisruptionFallback.fallback
protected DisruptionFallback
WeatherIndexData.primaryDisruptionFallbacks
protected DisruptionFallback
WeatherIndexData.secondaryDisruptionFallbacks
Methods in net.finmath.smartcontract.product.xml that return DisruptionFallbackModifier and TypeMethodDescriptionObjectFactory.createDisruptionFallback()
Create an instance ofDisruptionFallback
SequencedDisruptionFallback.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 TypeMethodDescriptionvoid
SequencedDisruptionFallback.setFallback
(DisruptionFallback value) Sets the value of the fallback property.void
WeatherIndexData.setPrimaryDisruptionFallbacks
(DisruptionFallback value) Sets the value of the primaryDisruptionFallbacks property.void
WeatherIndexData.setSecondaryDisruptionFallbacks
(DisruptionFallback value) Sets the value of the secondaryDisruptionFallbacks property.