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

Packages that use Time
com.github.fedy2.weather.binding.adapter   
com.github.fedy2.weather.data   
 

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

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

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

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

Methods in com.github.fedy2.weather.data that return Time
 Time Astronomy.getSunrise()
          Returns the today's sunrise time.
 Time Astronomy.getSunset()
          Returns today's sunset time.
 

Constructors in com.github.fedy2.weather.data with parameters of type Time
Astronomy(Time sunrise, Time sunset)
           
 



Copyright © 2013. All rights reserved.