Uses of Class
com.oopitis.weather.fio.FioData.BlockType

Packages that use FioData.BlockType
com.oopitis.weather.fio Implementation for forecast.io. 
 

Uses of FioData.BlockType in com.oopitis.weather.fio
 

Methods in com.oopitis.weather.fio that return FioData.BlockType
static FioData.BlockType FioData.BlockType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FioData.BlockType[] FioData.BlockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.