-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shorten api methods' name - add timeZone getter - switch for geoType …
…from enum to case objects
- Loading branch information
1 parent
6352102
commit 78abb25
Showing
32 changed files
with
2,820 additions
and
1,473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,172 @@ | ||
<!DOCTYPE html > | ||
<html> | ||
<head> | ||
<title>model - com.geobase.model</title> | ||
<meta name="description" content="model - com.geobase.model" /> | ||
<meta name="keywords" content="model com.geobase.model" /> | ||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
|
||
<link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> | ||
<link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> | ||
<script type="text/javascript" src="../../../lib/jquery.js" id="jquery-js"></script> | ||
<script type="text/javascript" src="../../../lib/jquery-ui.js"></script> | ||
<script type="text/javascript" src="../../../lib/template.js"></script> | ||
<script type="text/javascript" src="../../../lib/tools.tooltip.js"></script> | ||
|
||
<script type="text/javascript"> | ||
if(top === self) { | ||
var url = '../../../index.html'; | ||
var hash = 'com.geobase.model.package'; | ||
var anchor = window.location.hash; | ||
var anchor_opt = ''; | ||
if (anchor.length >= 1) | ||
anchor_opt = '@' + anchor.substring(1); | ||
window.location.href = url + '#' + hash + anchor_opt; | ||
} | ||
</script> | ||
|
||
</head> | ||
<body class="value"> | ||
<div id="definition"> | ||
<img alt="Package" src="../../../lib/package_big.png" /> | ||
<p id="owner"><a href="../../package.html" class="extype" name="com">com</a>.<a href="../package.html" class="extype" name="com.geobase">geobase</a></p> | ||
<h1>model</h1><span class="permalink"> | ||
<a href="../../../index.html#com.geobase.model.package" title="Permalink" target="_top"> | ||
<img src="../../../lib/permalink.png" alt="Permalink" /> | ||
</a> | ||
</span> | ||
</div> | ||
|
||
<h4 id="signature" class="signature"> | ||
<span class="modifier_kind"> | ||
<span class="modifier"></span> | ||
<span class="kind">package</span> | ||
</span> | ||
<span class="symbol"> | ||
<span class="name">model</span> | ||
</span> | ||
</h4> | ||
|
||
<div id="comment" class="fullcommenttop"></div> | ||
|
||
|
||
<div id="mbrsel"> | ||
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> | ||
|
||
|
||
<div id="visbl"> | ||
<span class="filtertype">Visibility</span> | ||
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> | ||
</div> | ||
</div> | ||
|
||
<div id="template"> | ||
<div id="allMembers"> | ||
|
||
|
||
<div id="types" class="types members"> | ||
<h3>Type Members</h3> | ||
<ol><li name="com.geobase.model.GeoType" visbl="pub" data-isabs="true" fullComment="no" group="Ungrouped"> | ||
<a id="GeoTypeextendsAnyRef"></a> | ||
<a id="GeoType:GeoType"></a> | ||
<h4 class="signature"> | ||
<span class="modifier_kind"> | ||
<span class="modifier">sealed </span> | ||
<span class="kind">trait</span> | ||
</span> | ||
<span class="symbol"> | ||
<a href="GeoType.html"><span class="name">GeoType</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> | ||
</span> | ||
</h4><span class="permalink"> | ||
<a href="../../../index.html#com.geobase.model.package@GeoTypeextendsAnyRef" title="Permalink" target="_top"> | ||
<img src="../../../lib/permalink.png" alt="Permalink" /> | ||
</a> | ||
</span> | ||
<p class="shortcomment cmt">An enumeration which represents the geograpic types of a trip</p> | ||
</li></ol> | ||
</div> | ||
|
||
|
||
|
||
<div id="values" class="values members"> | ||
<h3>Value Members</h3> | ||
<ol><li name="com.geobase.model.CONTINENTAL" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> | ||
<a id="CONTINENTAL"></a> | ||
<a id="CONTINENTAL:CONTINENTAL"></a> | ||
<h4 class="signature"> | ||
<span class="modifier_kind"> | ||
<span class="modifier"></span> | ||
<span class="kind">object</span> | ||
</span> | ||
<span class="symbol"> | ||
<a href="CONTINENTAL$.html"><span class="name">CONTINENTAL</span></a><span class="result"> extends <a href="GeoType.html" class="extype" name="com.geobase.model.GeoType">GeoType</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> | ||
</span> | ||
</h4><span class="permalink"> | ||
<a href="../../../index.html#com.geobase.model.package@CONTINENTAL" title="Permalink" target="_top"> | ||
<img src="../../../lib/permalink.png" alt="Permalink" /> | ||
</a> | ||
</span> | ||
|
||
</li><li name="com.geobase.model.DOMESTIC" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> | ||
<a id="DOMESTIC"></a> | ||
<a id="DOMESTIC:DOMESTIC"></a> | ||
<h4 class="signature"> | ||
<span class="modifier_kind"> | ||
<span class="modifier"></span> | ||
<span class="kind">object</span> | ||
</span> | ||
<span class="symbol"> | ||
<a href="DOMESTIC$.html"><span class="name">DOMESTIC</span></a><span class="result"> extends <a href="GeoType.html" class="extype" name="com.geobase.model.GeoType">GeoType</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> | ||
</span> | ||
</h4><span class="permalink"> | ||
<a href="../../../index.html#com.geobase.model.package@DOMESTIC" title="Permalink" target="_top"> | ||
<img src="../../../lib/permalink.png" alt="Permalink" /> | ||
</a> | ||
</span> | ||
|
||
</li><li name="com.geobase.model.INTER_CONTINENTAL" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> | ||
<a id="INTER_CONTINENTAL"></a> | ||
<a id="INTER_CONTINENTAL:INTER_CONTINENTAL"></a> | ||
<h4 class="signature"> | ||
<span class="modifier_kind"> | ||
<span class="modifier"></span> | ||
<span class="kind">object</span> | ||
</span> | ||
<span class="symbol"> | ||
<a href="INTER_CONTINENTAL$.html"><span class="name">INTER_CONTINENTAL</span></a><span class="result"> extends <a href="GeoType.html" class="extype" name="com.geobase.model.GeoType">GeoType</a> with <span class="extype" name="scala.Product">Product</span> with <span class="extype" name="scala.Serializable">Serializable</span></span> | ||
</span> | ||
</h4><span class="permalink"> | ||
<a href="../../../index.html#com.geobase.model.package@INTER_CONTINENTAL" title="Permalink" target="_top"> | ||
<img src="../../../lib/permalink.png" alt="Permalink" /> | ||
</a> | ||
</span> | ||
|
||
</li></ol> | ||
</div> | ||
|
||
|
||
|
||
|
||
</div> | ||
|
||
<div id="inheritedMembers"> | ||
|
||
|
||
</div> | ||
|
||
<div id="groupedMembers"> | ||
<div class="group" name="Ungrouped"> | ||
<h3>Ungrouped</h3> | ||
|
||
</div> | ||
</div> | ||
|
||
</div> | ||
|
||
<div id="tooltip"></div> | ||
|
||
<div id="footer"> </div> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.