Uses of Class
com.rometools.modules.yahooweather.types.ConditionCode
-
Packages that use ConditionCode Package Description com.rometools.modules.yahooweather.types This package contains data types use with the YWeatherModules. -
-
Uses of ConditionCode in com.rometools.modules.yahooweather.types
Methods in com.rometools.modules.yahooweather.types that return ConditionCode Modifier and Type Method Description static ConditionCodeConditionCode. fromCode(int code)Returns a condition code instance for a given integerConditionCodeCondition. getCode()Condition codeConditionCodeForecast. getCode()Condition codeMethods in com.rometools.modules.yahooweather.types with parameters of type ConditionCode Modifier and Type Method Description voidCondition. setCode(ConditionCode code)Condition codevoidForecast. setCode(ConditionCode code)Condition codeConstructors in com.rometools.modules.yahooweather.types with parameters of type ConditionCode Constructor Description Condition(String text, ConditionCode code, int temperature, Date date)Forecast(String day, Date date, int low, int high, String text, ConditionCode code)
-