Uses of Enum Class
cz.krystofcejchan.lite_weather_lib.enums_exception.enums.DAY
Packages that use DAY
Package
Description
Enums
All weather objects
Forecast data
Forecast for each day
Forecast for each hour
-
Uses of DAY in cz.krystofcejchan.lite_weather_lib.enums_exception.enums
Methods in cz.krystofcejchan.lite_weather_lib.enums_exception.enums that return DAYModifier and TypeMethodDescriptionstatic DAYReturns the enum constant of this class with the specified name.static DAY[]DAY.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.krystofcejchan.lite_weather_lib.enums_exception.enums that return types with arguments of type DAYMethods in cz.krystofcejchan.lite_weather_lib.enums_exception.enums with parameters of type DAY -
Uses of DAY in cz.krystofcejchan.lite_weather_lib.weather_objects
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects that return DAYConstructors in cz.krystofcejchan.lite_weather_lib.weather_objects with parameters of type DAYModifierConstructorDescriptionWeatherObject(String location, DAY[] day, TIME... times) WeatherObject(String location, DAY day, TIME... times) WeatherObject(String location, TIME[] times, DAY... days) WeatherObject(String location, TIME time, DAY... days) -
Uses of DAY in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast that return DAYMethods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast that return types with arguments of type DAYModifier and TypeMethodDescriptionWeatherForecast.getAllForecastForAllDayAndAllTime()get all possible forecasts for all days and times you provided in the constructorMethods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast with parameters of type DAYModifier and TypeMethodDescriptionWeatherForecast.getForecastFor(DAY day, TIME time) returns forecast for specific day and timeConstructors in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast with parameters of type DAYModifierConstructorDescriptionWeatherForecast(String location, DAY[] day, TIME... times) WeatherForecast(String location, DAY day, TIME... times) WeatherForecast(String location, TIME[] times, DAY... days) WeatherForecast(String location, TIME time, DAY... days) -
Uses of DAY in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days that return DAY -
Uses of DAY in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour that return DAYMethods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour with parameters of type DAYModifier and TypeMethodDescriptionstatic ForecastAtHourIForecastDayTimesAndDays.getMatchingObjectFrom(DAY day, TIME time) returns forecast for specific day and hourConstructors in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour with parameters of type DAYModifierConstructorDescriptionForecastAtHour(org.json.JSONObject startOfJsonObject, DAY day, TIME time)