|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.github.fedy2.weather.data.Wind
public class Wind
Information about wind.
| Constructor Summary | |
|---|---|
Wind()
|
|
Wind(Integer chill,
Integer direction,
Float speed)
|
|
| Method Summary | |
|---|---|
Integer |
getChill()
Returns the wind chill in degrees. |
Integer |
getDirection()
Returns the wind direction, in degrees. |
Float |
getSpeed()
Returns the wind speed, in the units specified in the speed attribute of the wind speed, in the units specified in the speed attribute of the units field of Channel class. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Wind()
public Wind(Integer chill,
Integer direction,
Float speed)
chill - direction - speed - | Method Detail |
|---|
public Integer getChill()
public Integer getDirection()
public Float getSpeed()
Channel class.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||