|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConditionCode | |
---|---|
com.sun.syndication.feed.module.yahooweather.types | This package contains data types use with the YWeatherModules. |
Uses of ConditionCode in com.sun.syndication.feed.module.yahooweather.types |
---|
Methods in com.sun.syndication.feed.module.yahooweather.types that return ConditionCode | |
---|---|
static ConditionCode |
ConditionCode.fromCode(int code)
Returns a condition code instance for a given integer |
ConditionCode |
Forecast.getCode()
Condition code |
ConditionCode |
Condition.getCode()
Condition code |
Methods in com.sun.syndication.feed.module.yahooweather.types with parameters of type ConditionCode | |
---|---|
void |
Forecast.setCode(ConditionCode code)
Condition code |
void |
Condition.setCode(ConditionCode code)
Condition code |
Constructors in com.sun.syndication.feed.module.yahooweather.types with parameters of type ConditionCode | |
---|---|
Condition(java.lang.String text,
ConditionCode code,
int temperature,
java.util.Date date)
Constructs a new Condition. |
|
Forecast(java.lang.String day,
java.util.Date date,
int low,
int high,
java.lang.String text,
ConditionCode code)
Constructs a new Forecast object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |