mirror of
https://bitbucket.org/ethauvin/owm-japis.git
synced 2025-04-25 01:47:10 -07:00
675 lines
25 KiB
HTML
675 lines
25 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_17) on Sat Aug 10 23:46:35 IST 2013 -->
|
|
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
|
|
<title>DailyForecastData.Forecast.Temperature (OpenWeatherMap.org JAPIs)</title>
|
|
<meta name="date" content="2013-08-10">
|
|
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="DailyForecastData.Forecast.Temperature (OpenWeatherMap.org JAPIs)";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../../../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="class-use/DailyForecastData.Forecast.Temperature.html">Use</a></li>
|
|
<li><a href="package-tree.html">Tree</a></li>
|
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../../../../../index.html?net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" target="_top">Frames</a></li>
|
|
<li><a href="DailyForecastData.Forecast.Temperature.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li>Nested | </li>
|
|
<li><a href="#field_summary">Field</a> | </li>
|
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
|
<li><a href="#method_summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li><a href="#field_detail">Field</a> | </li>
|
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
|
<li><a href="#method_detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<a name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<div class="header">
|
|
<div class="subTitle">net.aksingh.java.api.owm</div>
|
|
<h2 title="Class DailyForecastData.Forecast.Temperature" class="title">Class DailyForecastData.Forecast.Temperature</h2>
|
|
</div>
|
|
<div class="contentContainer">
|
|
<ul class="inheritance">
|
|
<li>java.lang.Object</li>
|
|
<li>
|
|
<ul class="inheritance">
|
|
<li>net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<div class="description">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<dl>
|
|
<dt>Enclosing class:</dt>
|
|
<dd><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm">DailyForecastData.Forecast</a></dd>
|
|
</dl>
|
|
<hr>
|
|
<br>
|
|
<pre>public static class <span class="strong">DailyForecastData.Forecast.Temperature</span>
|
|
extends java.lang.Object</pre>
|
|
<div class="block">Parses data about temperature (from the JSON data)
|
|
and provides methods to get/access the information.
|
|
For example, weather id, name, etc.
|
|
This class provides <code>has</code> and <code>get</code> methods
|
|
to access the information.
|
|
|
|
<p><code>has</code> methods can be used to check
|
|
if the data exists, i.e., if the data was available (successfully
|
|
downloaded) and was parsed correctly.
|
|
|
|
<p><code>get</code> methods can be used to access the data, if the data
|
|
exists, otherwise <code>get</code> methods will give value as per
|
|
following basis:<br>
|
|
Boolean: <code>false</code><br>
|
|
Integral: Minimum value (MIN_VALUE)<br>
|
|
Floating point: Not a number (NaN)<br>
|
|
Others: <code>null</code><br></div>
|
|
<dl><dt><span class="strong">Since:</span></dt>
|
|
<dd>2.5.0.1</dd>
|
|
<dt><span class="strong">Version:</span></dt>
|
|
<dd>2013/08/07</dd>
|
|
<dt><span class="strong">Author:</span></dt>
|
|
<dd>Ashutosh Kumar Singh</dd></dl>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="summary">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- =========== FIELD SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="field_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Field Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
|
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colLast" scope="col">Field and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>private float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#dayTemp">dayTemp</a></strong></code>
|
|
<div class="block">Day temperature</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>private float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#eveTemp">eveTemp</a></strong></code>
|
|
<div class="block">Evening temperature</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_DAY">JSON_TEMP_DAY</a></strong></code>
|
|
<div class="block">Key for JSON variable <code>Temp -> Day</code></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_EVENING">JSON_TEMP_EVENING</a></strong></code>
|
|
<div class="block">Key for JSON variable <code>Temp -> Evening</code></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_MAX">JSON_TEMP_MAX</a></strong></code>
|
|
<div class="block">Key for JSON variable <code>Temp -> Maximum</code></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_MIN">JSON_TEMP_MIN</a></strong></code>
|
|
<div class="block">Key for JSON variable <code>Temp -> Minimum</code></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_MORNING">JSON_TEMP_MORNING</a></strong></code>
|
|
<div class="block">Key for JSON variable <code>Temp -> Morning</code></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#JSON_TEMP_NIGHT">JSON_TEMP_NIGHT</a></strong></code>
|
|
<div class="block">Key for JSON variable <code>Temp -> Night</code></div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>private float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#maxTemp">maxTemp</a></strong></code>
|
|
<div class="block">Maximum temperature</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>private float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#minTemp">minTemp</a></strong></code>
|
|
<div class="block">Minimum temperature</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>private float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#mornTemp">mornTemp</a></strong></code>
|
|
<div class="block">Morning temperature</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>private float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#nightTemp">nightTemp</a></strong></code>
|
|
<div class="block">Night temperature</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="constructor_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Constructor Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
|
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colOne" scope="col">Constructor and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#DailyForecastData.Forecast.Temperature()">DailyForecastData.Forecast.Temperature</a></strong>()</code>
|
|
<div class="block">Non-parameterized constructor</div>
|
|
</td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#DailyForecastData.Forecast.Temperature(org.json.JSONObject)">DailyForecastData.Forecast.Temperature</a></strong>(org.json.JSONObject jsonObj)</code>
|
|
<div class="block">Parameterized constructor
|
|
|
|
Initializes variables from values from the given JSON object.</div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colLast" scope="col">Method and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getDayTemperature()">getDayTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getEveningTemperature()">getEveningTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getMaximumTemperature()">getMaximumTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getMinimumTemperature()">getMinimumTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getMorningTemperature()">getMorningTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>float</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#getNightTemperature()">getNightTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasDayTemperature()">hasDayTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasEveningTemperature()">hasEveningTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasMaximumTemperature()">hasMaximumTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasMinimumTemperature()">hasMinimumTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasMorningTemperature()">hasMorningTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html#hasNightTemperature()">hasNightTemperature</a></strong>()</code> </td>
|
|
</tr>
|
|
</table>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Methods inherited from class java.lang.Object</h3>
|
|
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="details">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- ============ FIELD DETAIL =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="field_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Field Detail</h3>
|
|
<a name="JSON_TEMP_DAY">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>JSON_TEMP_DAY</h4>
|
|
<pre>public final java.lang.String JSON_TEMP_DAY</pre>
|
|
<div class="block">Key for JSON variable <code>Temp -> Day</code></div>
|
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature.JSON_TEMP_DAY">Constant Field Values</a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="JSON_TEMP_MIN">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>JSON_TEMP_MIN</h4>
|
|
<pre>public final java.lang.String JSON_TEMP_MIN</pre>
|
|
<div class="block">Key for JSON variable <code>Temp -> Minimum</code></div>
|
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature.JSON_TEMP_MIN">Constant Field Values</a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="JSON_TEMP_MAX">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>JSON_TEMP_MAX</h4>
|
|
<pre>public final java.lang.String JSON_TEMP_MAX</pre>
|
|
<div class="block">Key for JSON variable <code>Temp -> Maximum</code></div>
|
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature.JSON_TEMP_MAX">Constant Field Values</a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="JSON_TEMP_NIGHT">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>JSON_TEMP_NIGHT</h4>
|
|
<pre>public final java.lang.String JSON_TEMP_NIGHT</pre>
|
|
<div class="block">Key for JSON variable <code>Temp -> Night</code></div>
|
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature.JSON_TEMP_NIGHT">Constant Field Values</a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="JSON_TEMP_EVENING">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>JSON_TEMP_EVENING</h4>
|
|
<pre>public final java.lang.String JSON_TEMP_EVENING</pre>
|
|
<div class="block">Key for JSON variable <code>Temp -> Evening</code></div>
|
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature.JSON_TEMP_EVENING">Constant Field Values</a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="JSON_TEMP_MORNING">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>JSON_TEMP_MORNING</h4>
|
|
<pre>public final java.lang.String JSON_TEMP_MORNING</pre>
|
|
<div class="block">Key for JSON variable <code>Temp -> Morning</code></div>
|
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#net.aksingh.java.api.owm.DailyForecastData.Forecast.Temperature.JSON_TEMP_MORNING">Constant Field Values</a></dd></dl>
|
|
</li>
|
|
</ul>
|
|
<a name="dayTemp">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>dayTemp</h4>
|
|
<pre>private final float dayTemp</pre>
|
|
<div class="block">Day temperature</div>
|
|
</li>
|
|
</ul>
|
|
<a name="minTemp">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>minTemp</h4>
|
|
<pre>private final float minTemp</pre>
|
|
<div class="block">Minimum temperature</div>
|
|
</li>
|
|
</ul>
|
|
<a name="maxTemp">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>maxTemp</h4>
|
|
<pre>private final float maxTemp</pre>
|
|
<div class="block">Maximum temperature</div>
|
|
</li>
|
|
</ul>
|
|
<a name="nightTemp">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>nightTemp</h4>
|
|
<pre>private final float nightTemp</pre>
|
|
<div class="block">Night temperature</div>
|
|
</li>
|
|
</ul>
|
|
<a name="eveTemp">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>eveTemp</h4>
|
|
<pre>private final float eveTemp</pre>
|
|
<div class="block">Evening temperature</div>
|
|
</li>
|
|
</ul>
|
|
<a name="mornTemp">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>mornTemp</h4>
|
|
<pre>private final float mornTemp</pre>
|
|
<div class="block">Morning temperature</div>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="constructor_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Constructor Detail</h3>
|
|
<a name="DailyForecastData.Forecast.Temperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>DailyForecastData.Forecast.Temperature</h4>
|
|
<pre>public DailyForecastData.Forecast.Temperature()</pre>
|
|
<div class="block">Non-parameterized constructor
|
|
|
|
<p>Initializes variables as per following basis:<br>
|
|
Boolean: <code>false</code><br>
|
|
Integral: Minimum value (MIN_VALUE)<br>
|
|
Floating point: Not a number (NaN)<br>
|
|
Others: <code>null</code><br></div>
|
|
</li>
|
|
</ul>
|
|
<a name="DailyForecastData.Forecast.Temperature(org.json.JSONObject)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>DailyForecastData.Forecast.Temperature</h4>
|
|
<pre>public DailyForecastData.Forecast.Temperature(org.json.JSONObject jsonObj)</pre>
|
|
<div class="block">Parameterized constructor
|
|
|
|
Initializes variables from values from the given JSON object.</div>
|
|
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jsonObj</code> - JSON object containing data about temperature</dd></dl>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- ============ METHOD DETAIL ========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Detail</h3>
|
|
<a name="hasDayTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>hasDayTemperature</h4>
|
|
<pre>public boolean hasDayTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="hasMinimumTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>hasMinimumTemperature</h4>
|
|
<pre>public boolean hasMinimumTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="hasMaximumTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>hasMaximumTemperature</h4>
|
|
<pre>public boolean hasMaximumTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="hasNightTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>hasNightTemperature</h4>
|
|
<pre>public boolean hasNightTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="hasEveningTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>hasEveningTemperature</h4>
|
|
<pre>public boolean hasEveningTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="hasMorningTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>hasMorningTemperature</h4>
|
|
<pre>public boolean hasMorningTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getDayTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getDayTemperature</h4>
|
|
<pre>public float getDayTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getMinimumTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getMinimumTemperature</h4>
|
|
<pre>public float getMinimumTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getMaximumTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getMaximumTemperature</h4>
|
|
<pre>public float getMaximumTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getNightTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getNightTemperature</h4>
|
|
<pre>public float getNightTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getEveningTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getEveningTemperature</h4>
|
|
<pre>public float getEveningTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getMorningTemperature()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>getMorningTemperature</h4>
|
|
<pre>public float getMorningTemperature()</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../../../../../net/aksingh/java/api/owm/package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="class-use/DailyForecastData.Forecast.Temperature.html">Use</a></li>
|
|
<li><a href="package-tree.html">Tree</a></li>
|
|
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
|
|
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.html" title="class in net.aksingh.java.api.owm"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../../../../../net/aksingh/java/api/owm/DailyForecastData.Forecast.Weather.html" title="class in net.aksingh.java.api.owm"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../../../../../index.html?net/aksingh/java/api/owm/DailyForecastData.Forecast.Temperature.html" target="_top">Frames</a></li>
|
|
<li><a href="DailyForecastData.Forecast.Temperature.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li>Nested | </li>
|
|
<li><a href="#field_summary">Field</a> | </li>
|
|
<li><a href="#constructor_summary">Constr</a> | </li>
|
|
<li><a href="#method_summary">Method</a></li>
|
|
</ul>
|
|
<ul class="subNavList">
|
|
<li>Detail: </li>
|
|
<li><a href="#field_detail">Field</a> | </li>
|
|
<li><a href="#constructor_detail">Constr</a> | </li>
|
|
<li><a href="#method_detail">Method</a></li>
|
|
</ul>
|
|
</div>
|
|
<a name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</body>
|
|
</html>
|