Uses of Class
com.github.fedy2.weather.data.unit.WeekDay

Packages that use WeekDay
com.github.fedy2.weather.binding.adapter   
com.github.fedy2.weather.data   
com.github.fedy2.weather.data.unit   
 

Uses of WeekDay in com.github.fedy2.weather.binding.adapter
 

Methods in com.github.fedy2.weather.binding.adapter that return WeekDay
 WeekDay WeekDayAdapter.unmarshal(String v)
           
 

Methods in com.github.fedy2.weather.binding.adapter with parameters of type WeekDay
 String WeekDayAdapter.marshal(WeekDay v)
           
 

Uses of WeekDay in com.github.fedy2.weather.data
 

Methods in com.github.fedy2.weather.data that return WeekDay
 WeekDay Forecast.getDay()
          Returns the day of the week to which this forecast applies.
 

Constructors in com.github.fedy2.weather.data with parameters of type WeekDay
Forecast(WeekDay day, Date date, int low, int high, String text, int code)
           
 

Uses of WeekDay in com.github.fedy2.weather.data.unit
 

Methods in com.github.fedy2.weather.data.unit that return WeekDay
static WeekDay WeekDay.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WeekDay[] WeekDay.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All rights reserved.