|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.syndication.feed.module.yahooweather.types.Atmosphere.PressureChange
public static class Atmosphere.PressureChange
Field Summary | |
---|---|
static Atmosphere.PressureChange |
FALLING
|
static Atmosphere.PressureChange |
RISING
|
static Atmosphere.PressureChange |
STEADY
|
Method Summary | |
---|---|
static Atmosphere.PressureChange |
fromCode(int code)
Gets a PressureChange instance for this int code. |
int |
getCode()
The integer code for this chage state |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Atmosphere.PressureChange RISING
public static final Atmosphere.PressureChange STEADY
public static final Atmosphere.PressureChange FALLING
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int getCode()
public static Atmosphere.PressureChange fromCode(int code)
code
- int code value
java.lang.RuntimeException
- if no 0, 1, or 2.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |