Uses of Class
net.finmath.smartcontract.product.xml.WeatherStation
Packages that use WeatherStation
-
Uses of WeatherStation in net.finmath.smartcontract.product.xml
Fields in net.finmath.smartcontract.product.xml declared as WeatherStationModifier and TypeFieldDescriptionprotected WeatherStation
WeatherIndexData.weatherStation
protected WeatherStation
WeatherIndexData.weatherStationFallback
protected WeatherStation
WeatherIndexData.weatherStationSecondFallback
Methods in net.finmath.smartcontract.product.xml that return WeatherStationModifier and TypeMethodDescriptionObjectFactory.createWeatherStation()
Create an instance ofWeatherStation
WeatherIndexData.getWeatherStation()
Gets the value of the weatherStation property.WeatherIndexData.getWeatherStationFallback()
Gets the value of the weatherStationFallback property.WeatherIndexData.getWeatherStationSecondFallback()
Gets the value of the weatherStationSecondFallback property.Methods in net.finmath.smartcontract.product.xml with parameters of type WeatherStationModifier and TypeMethodDescriptionvoid
WeatherIndexData.setWeatherStation
(WeatherStation value) Sets the value of the weatherStation property.void
WeatherIndexData.setWeatherStationFallback
(WeatherStation value) Sets the value of the weatherStationFallback property.void
WeatherIndexData.setWeatherStationSecondFallback
(WeatherStation value) Sets the value of the weatherStationSecondFallback property.