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

Packages that use TimeConvention
com.github.fedy2.weather.data.unit   
 

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

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

Constructors in com.github.fedy2.weather.data.unit with parameters of type TimeConvention
Time(int hours, int minutes, TimeConvention convention)
           
 



Copyright © 2013. All rights reserved.