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 WeatherStationWeatherIndexData.weatherStationprotected WeatherStationWeatherIndexData.weatherStationFallbackprotected WeatherStationWeatherIndexData.weatherStationSecondFallbackMethods in net.finmath.smartcontract.product.xml that return WeatherStationModifier and TypeMethodDescriptionObjectFactory.createWeatherStation()Create an instance ofWeatherStationWeatherIndexData.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 TypeMethodDescriptionvoidWeatherIndexData.setWeatherStation(WeatherStation value) Sets the value of the weatherStation property.voidWeatherIndexData.setWeatherStationFallback(WeatherStation value) Sets the value of the weatherStationFallback property.voidWeatherIndexData.setWeatherStationSecondFallback(WeatherStation value) Sets the value of the weatherStationSecondFallback property.