Uses of Enum
cz.krystofcejchan.lite_weather_lib.enums_exception.enums.TIME
Packages that use TIME
Package
Description
Enums
All weather objects
Forecast data
Forecast for each day
Forecast for each hour
-
Uses of TIME in cz.krystofcejchan.lite_weather_lib.enums_exception.enums
Methods in cz.krystofcejchan.lite_weather_lib.enums_exception.enums that return TIMEModifier and TypeMethodDescriptionstatic TIMEReturns the enum constant of this type with the specified name.static TIME[]TIME.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cz.krystofcejchan.lite_weather_lib.enums_exception.enums that return types with arguments of type TIMEModifier and TypeMethodDescriptionTIME.getAllEnumsExcept(TIME time) returns allTIMEvalues expect the one included in paramMethods in cz.krystofcejchan.lite_weather_lib.enums_exception.enums with parameters of type TIMEModifier and TypeMethodDescriptionTIME.getAllEnumsExcept(TIME time) returns allTIMEvalues expect the one included in paramstatic intcase PM_12 -> 0; case AM_3 -> 1; case AM_6 -> 2; case AM_9 -> 3; case AM_12 -> 4; case PM_3 -> 5; case PM_6 -> 6; case PM_9 -> 7; case ALL -> -1; -
Uses of TIME in cz.krystofcejchan.lite_weather_lib.weather_objects
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects that return TIMEConstructors in cz.krystofcejchan.lite_weather_lib.weather_objects with parameters of type TIMEModifierConstructorDescriptionWeatherObject(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 TIME in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast
Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast that return TIMEMethods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast that return types with arguments of type TIMEModifier 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 TIMEModifier 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 TIMEModifierConstructorDescriptionWeatherForecast(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 TIME 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 TIMEModifier and TypeMethodDescriptionTIME[]AfterTomorrow.getTime()TIME[]Today.getTime()TIME[]Tomorrow.getTime()TIME[]AfterTomorrow.getTimes()TIME[]Today.getTimes()TIME[]Tomorrow.getTimes()Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days that return types with arguments of type TIMEModifier and TypeMethodDescriptionAfterTomorrow.getAllForecastsForToday()get all possible forecast forTIMEs provided in constructorToday.getAllForecastsForToday()get all possible forecast forTIMEs provided in constructorTomorrow.getAllForecastsForToday()get all possible forecast forTIMEs provided in constructorMethods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days with parameters of type TIMEModifier and TypeMethodDescriptionAfterTomorrow.getForecastByTime(TIME time) Today.getForecastByTime(TIME time) Tomorrow.getForecastByTime(TIME time) Constructors in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days with parameters of type TIME -
Uses of TIME 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 TIMEModifier and TypeMethodDescriptionForecastAtHour.getTime()TIME[]IForecastDayTimesAndDays.getTime()Methods in cz.krystofcejchan.lite_weather_lib.weather_objects.subparts.forecast.days.hour with parameters of type TIMEModifier and TypeMethodDescriptionIForecastDayTimesAndDays.getForecastByTime(TIME time) implemented by Today, Tomorrow and AfterTomorrow, therefor no day is neededstatic 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 TIMEModifierConstructorDescriptionForecastAtHour(org.json.JSONObject startOfJsonObject, DAY day, TIME time)