Uses of Class
net.finmath.smartcontract.product.xml.DisruptionFallback
-
Uses of DisruptionFallback in net.finmath.smartcontract.product.xml
Modifier and TypeFieldDescriptionprotected DisruptionFallback
SequencedDisruptionFallback.fallback
protected DisruptionFallback
WeatherIndexData.primaryDisruptionFallbacks
protected DisruptionFallback
WeatherIndexData.secondaryDisruptionFallbacks
Modifier 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.Modifier 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.