|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <title>Enumerations Reference</title> |
| 5 | + <link rel="stylesheet" type="text/css" href="css/jazzy.css" /> |
| 6 | + <link rel="stylesheet" type="text/css" href="css/highlight.css" /> |
| 7 | + <meta charset='utf-8'> |
| 8 | + <script src="js/jquery.min.js" defer></script> |
| 9 | + <script src="js/jazzy.js" defer></script> |
| 10 | + |
| 11 | + </head> |
| 12 | + <body> |
| 13 | + <a name="//apple_ref/swift/Section/Enumerations" class="dashAnchor"></a> |
| 14 | + <a title="Enumerations Reference"></a> |
| 15 | + <header> |
| 16 | + <div class="content-wrapper"> |
| 17 | + <p><a href="index.html"> Docs</a> (100% documented)</p> |
| 18 | + <p class="header-right"><a href="https://github.com/PerfectAccelerators/ApplicationConfiguration"><img src="img/gh.png"/>View on GitHub</a></p> |
| 19 | + </div> |
| 20 | + </header> |
| 21 | + <div class="content-wrapper"> |
| 22 | + <p id="breadcrumbs"> |
| 23 | + <a href="index.html"> Reference</a> |
| 24 | + <img id="carat" src="img/carat.png" /> |
| 25 | + Enumerations Reference |
| 26 | + </p> |
| 27 | + </div> |
| 28 | + <div class="content-wrapper"> |
| 29 | + <nav class="sidebar"> |
| 30 | + <ul class="nav-groups"> |
| 31 | + <li class="nav-group-name"> |
| 32 | + <a href="Enums.html">Enumerations</a> |
| 33 | + <ul class="nav-group-tasks"> |
| 34 | + <li class="nav-group-task"> |
| 35 | + <a href="Enums/DBDriverType.html">DBDriverType</a> |
| 36 | + </li> |
| 37 | + <li class="nav-group-task"> |
| 38 | + <a href="Enums/Environment.html">Environment</a> |
| 39 | + </li> |
| 40 | + <li class="nav-group-task"> |
| 41 | + <a href="Enums/OS.html">OS</a> |
| 42 | + </li> |
| 43 | + </ul> |
| 44 | + </li> |
| 45 | + <li class="nav-group-name"> |
| 46 | + <a href="Protocols.html">Protocols</a> |
| 47 | + <ul class="nav-group-tasks"> |
| 48 | + <li class="nav-group-task"> |
| 49 | + <a href="Protocols/AppProtocol.html">AppProtocol</a> |
| 50 | + </li> |
| 51 | + </ul> |
| 52 | + </li> |
| 53 | + <li class="nav-group-name"> |
| 54 | + <a href="Structs.html">Structures</a> |
| 55 | + <ul class="nav-group-tasks"> |
| 56 | + <li class="nav-group-task"> |
| 57 | + <a href="Structs.html#/s:24ApplicationConfiguration10AppFiltersV">AppFilters</a> |
| 58 | + </li> |
| 59 | + <li class="nav-group-task"> |
| 60 | + <a href="Structs/Application.html">Application</a> |
| 61 | + </li> |
| 62 | + <li class="nav-group-task"> |
| 63 | + <a href="Structs/Configuration.html">Configuration</a> |
| 64 | + </li> |
| 65 | + <li class="nav-group-task"> |
| 66 | + <a href="Structs/DBConfiguration.html">DBConfiguration</a> |
| 67 | + </li> |
| 68 | + <li class="nav-group-task"> |
| 69 | + <a href="Structs.html#/s:24ApplicationConfiguration07LoggingB0V">LoggingConfiguration</a> |
| 70 | + </li> |
| 71 | + <li class="nav-group-task"> |
| 72 | + <a href="Structs.html#/s:24ApplicationConfiguration16SSLConfigurationV">SSLConfiguration</a> |
| 73 | + </li> |
| 74 | + <li class="nav-group-task"> |
| 75 | + <a href="Structs.html#/s:24ApplicationConfiguration06ServerB0V">ServerConfiguration</a> |
| 76 | + </li> |
| 77 | + </ul> |
| 78 | + </li> |
| 79 | + </ul> |
| 80 | + </nav> |
| 81 | + <article class="main-content"> |
| 82 | + <section> |
| 83 | + <section class="section"> |
| 84 | + <h1>Enumerations</h1> |
| 85 | + <p>The following enumerations are available globally.</p> |
| 86 | + |
| 87 | + </section> |
| 88 | + <section class="section task-group-section"> |
| 89 | + <div class="task-group"> |
| 90 | + <ul> |
| 91 | + <li class="item"> |
| 92 | + <div> |
| 93 | + <code> |
| 94 | + <a name="/s:24ApplicationConfiguration12DBDriverTypeO"></a> |
| 95 | + <a name="//apple_ref/swift/Enum/DBDriverType" class="dashAnchor"></a> |
| 96 | + <a class="token" href="#/s:24ApplicationConfiguration12DBDriverTypeO">DBDriverType</a> |
| 97 | + </code> |
| 98 | + </div> |
| 99 | + <div class="height-container"> |
| 100 | + <div class="pointer-container"></div> |
| 101 | + <section class="section"> |
| 102 | + <div class="pointer"></div> |
| 103 | + <div class="abstract"> |
| 104 | + <p>Database driver type</p> |
| 105 | + |
| 106 | + <a href="Enums/DBDriverType.html" class="slightly-smaller">See more</a> |
| 107 | + </div> |
| 108 | + <div class="declaration"> |
| 109 | + <h4>Declaration</h4> |
| 110 | + <div class="language"> |
| 111 | + <p class="aside-title">Swift</p> |
| 112 | + <pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">DBDriverType</span> <span class="p">:</span> <span class="kt">Int</span><span class="p">,</span> <span class="kt">Codable</span></code></pre> |
| 113 | + |
| 114 | + </div> |
| 115 | + </div> |
| 116 | + </section> |
| 117 | + </div> |
| 118 | + </li> |
| 119 | + <li class="item"> |
| 120 | + <div> |
| 121 | + <code> |
| 122 | + <a name="/s:24ApplicationConfiguration2OSO"></a> |
| 123 | + <a name="//apple_ref/swift/Enum/OS" class="dashAnchor"></a> |
| 124 | + <a class="token" href="#/s:24ApplicationConfiguration2OSO">OS</a> |
| 125 | + </code> |
| 126 | + </div> |
| 127 | + <div class="height-container"> |
| 128 | + <div class="pointer-container"></div> |
| 129 | + <section class="section"> |
| 130 | + <div class="pointer"></div> |
| 131 | + <div class="abstract"> |
| 132 | + <p>operating system</p> |
| 133 | + |
| 134 | + <a href="Enums/OS.html" class="slightly-smaller">See more</a> |
| 135 | + </div> |
| 136 | + <div class="declaration"> |
| 137 | + <h4>Declaration</h4> |
| 138 | + <div class="language"> |
| 139 | + <p class="aside-title">Swift</p> |
| 140 | + <pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">OS</span> <span class="p">:</span> <span class="kt">Int</span><span class="p">,</span> <span class="kt">Codable</span></code></pre> |
| 141 | + |
| 142 | + </div> |
| 143 | + </div> |
| 144 | + </section> |
| 145 | + </div> |
| 146 | + </li> |
| 147 | + <li class="item"> |
| 148 | + <div> |
| 149 | + <code> |
| 150 | + <a name="/s:24ApplicationConfiguration11EnvironmentO"></a> |
| 151 | + <a name="//apple_ref/swift/Enum/Environment" class="dashAnchor"></a> |
| 152 | + <a class="token" href="#/s:24ApplicationConfiguration11EnvironmentO">Environment</a> |
| 153 | + </code> |
| 154 | + </div> |
| 155 | + <div class="height-container"> |
| 156 | + <div class="pointer-container"></div> |
| 157 | + <section class="section"> |
| 158 | + <div class="pointer"></div> |
| 159 | + <div class="abstract"> |
| 160 | + <p>deployment environment</p> |
| 161 | + |
| 162 | + <a href="Enums/Environment.html" class="slightly-smaller">See more</a> |
| 163 | + </div> |
| 164 | + <div class="declaration"> |
| 165 | + <h4>Declaration</h4> |
| 166 | + <div class="language"> |
| 167 | + <p class="aside-title">Swift</p> |
| 168 | + <pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">Environment</span> <span class="p">:</span> <span class="kt">Int</span><span class="p">,</span> <span class="kt">Codable</span></code></pre> |
| 169 | + |
| 170 | + </div> |
| 171 | + </div> |
| 172 | + </section> |
| 173 | + </div> |
| 174 | + </li> |
| 175 | + </ul> |
| 176 | + </div> |
| 177 | + </section> |
| 178 | + </section> |
| 179 | + <section id="footer"> |
| 180 | + <p>© 2018 <a class="link" href="https://github.com/PerfectAccelerators" target="_blank" rel="external">PerfectAccelerators</a>. All rights reserved. (Last updated: 2018-05-17)</p> |
| 181 | + <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.3</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p> |
| 182 | + </section> |
| 183 | + </article> |
| 184 | + </div> |
| 185 | + </body> |
| 186 | +</div> |
| 187 | +</html> |
0 commit comments