Uses of Class
com.guinetik.examples.WeatherExample.Value
-
Packages that use WeatherExample.Value Package Description com.guinetik.examples -
-
Uses of WeatherExample.Value in com.guinetik.examples
Methods in com.guinetik.examples that return types with arguments of type WeatherExample.Value Modifier and Type Method Description List<WeatherExample.Value>WeatherExample.NearestArea. getAreaName()List<WeatherExample.Value>WeatherExample.NearestArea. getCountry()List<WeatherExample.Value>WeatherExample.NearestArea. getRegion()Method parameters in com.guinetik.examples with type arguments of type WeatherExample.Value Modifier and Type Method Description voidWeatherExample.NearestArea. setAreaName(List<WeatherExample.Value> areaName)voidWeatherExample.NearestArea. setCountry(List<WeatherExample.Value> country)voidWeatherExample.NearestArea. setRegion(List<WeatherExample.Value> region)
-