1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 16:37:31 PDT 2020 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>OptBoolean (Jackson-annotations 2.11.0 API)</title> 8<meta name="date" content="2020-04-25"> 9<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> 10<script type="text/javascript" src="../../../../script.js"></script> 11</head> 12<body> 13<script type="text/javascript"><!-- 14 try { 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="OptBoolean (Jackson-annotations 2.11.0 API)"; 17 } 18 } 19 catch(err) { 20 } 21//--> 22var methods = {"i0":10,"i1":10,"i2":9,"i3":9,"i4":9,"i5":9}; 23var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; 24var altColor = "altColor"; 25var rowColor = "rowColor"; 26var tableTab = "tableTab"; 27var activeTableTab = "activeTableTab"; 28</script> 29<noscript> 30<div>JavaScript is disabled on your browser.</div> 31</noscript> 32<!-- ========= START OF TOP NAVBAR ======= --> 33<div class="topNav"><a name="navbar.top"> 34<!-- --> 35</a> 36<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> 37<a name="navbar.top.firstrow"> 38<!-- --> 39</a> 40<ul class="navList" title="Navigation"> 41<li><a href="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 42<li class="navBarCell1Rev">Class</li> 43<li><a href="class-use/OptBoolean.html">Use</a></li> 44<li><a href="package-tree.html">Tree</a></li> 45<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 46<li><a href="../../../../index-all.html">Index</a></li> 47<li><a href="../../../../help-doc.html">Help</a></li> 48</ul> 49</div> 50<div class="subNav"> 51<ul class="navList"> 52<li><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation"><span class="typeNameLink">Prev Class</span></a></li> 53<li><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation"><span class="typeNameLink">Next Class</span></a></li> 54</ul> 55<ul class="navList"> 56<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/OptBoolean.html" target="_top">Frames</a></li> 57<li><a href="OptBoolean.html" target="_top">No Frames</a></li> 58</ul> 59<ul class="navList" id="allclasses_navbar_top"> 60<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 61</ul> 62<div> 63<script type="text/javascript"><!-- 64 allClassesLink = document.getElementById("allclasses_navbar_top"); 65 if(window==top) { 66 allClassesLink.style.display = "block"; 67 } 68 else { 69 allClassesLink.style.display = "none"; 70 } 71 //--> 72</script> 73</div> 74<div> 75<ul class="subNavList"> 76<li>Summary: </li> 77<li>Nested | </li> 78<li><a href="#enum.constant.summary">Enum Constants</a> | </li> 79<li>Field | </li> 80<li><a href="#method.summary">Method</a></li> 81</ul> 82<ul class="subNavList"> 83<li>Detail: </li> 84<li><a href="#enum.constant.detail">Enum Constants</a> | </li> 85<li>Field | </li> 86<li><a href="#method.detail">Method</a></li> 87</ul> 88</div> 89<a name="skip.navbar.top"> 90<!-- --> 91</a></div> 92<!-- ========= END OF TOP NAVBAR ========= --> 93<!-- ======== START OF CLASS DATA ======== --> 94<div class="header"> 95<div class="subTitle">com.fasterxml.jackson.annotation</div> 96<h2 title="Enum OptBoolean" class="title">Enum OptBoolean</h2> 97</div> 98<div class="contentContainer"> 99<ul class="inheritance"> 100<li><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 101<li> 102<ul class="inheritance"> 103<li><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">java.lang.Enum</a><<a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a>></li> 104<li> 105<ul class="inheritance"> 106<li>com.fasterxml.jackson.annotation.OptBoolean</li> 107</ul> 108</li> 109</ul> 110</li> 111</ul> 112<div class="description"> 113<ul class="blockList"> 114<li class="blockList"> 115<dl> 116<dt>All Implemented Interfaces:</dt> 117<dd><a href="https://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><<a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a>></dd> 118</dl> 119<hr> 120<br> 121<pre>public enum <span class="typeNameLabel">OptBoolean</span> 122extends <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a><<a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a>></pre> 123<div class="block">Optional Boolean value ("nullean"). Needed just because Java annotations 124 can not take 'null' as a value (even as default), so there is no 125 way to distinguish between explicit `true` and `false`, and lack of 126 choice (related: annotations are limited to primitives, so 127 <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> not allowed as solution). 128<p> 129 Note: although use of `true` and `false` would be more convenient, they 130 can not be chosen since they are Java keyword and compiler won't allow 131 the choice. And since enum naming convention suggests all-upper-case, 132 that is what is done here.</div> 133<dl> 134<dt><span class="simpleTagLabel">Since:</span></dt> 135<dd>2.6</dd> 136</dl> 137</li> 138</ul> 139</div> 140<div class="summary"> 141<ul class="blockList"> 142<li class="blockList"> 143<!-- =========== ENUM CONSTANT SUMMARY =========== --> 144<ul class="blockList"> 145<li class="blockList"><a name="enum.constant.summary"> 146<!-- --> 147</a> 148<h3>Enum Constant Summary</h3> 149<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Constant Summary table, listing enum constants, and an explanation"> 150<caption><span>Enum Constants</span><span class="tabEnd"> </span></caption> 151<tr> 152<th class="colOne" scope="col">Enum Constant and Description</th> 153</tr> 154<tr class="altColor"> 155<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html#DEFAULT">DEFAULT</a></span></code> 156<div class="block">Value that indicates that the annotation property does NOT have an explicit 157 definition of enabled/disabled (or true/false); instead, a higher-level 158 configuration value is used; or lacking higher-level global setting, 159 default.</div> 160</td> 161</tr> 162<tr class="rowColor"> 163<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html#FALSE">FALSE</a></span></code> 164<div class="block">Value that indicates that the annotation property is explicitly defined to 165 be disabled, or false.</div> 166</td> 167</tr> 168<tr class="altColor"> 169<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html#TRUE">TRUE</a></span></code> 170<div class="block">Value that indicates that the annotation property is explicitly defined to 171 be enabled, or true.</div> 172</td> 173</tr> 174</table> 175</li> 176</ul> 177<!-- ========== METHOD SUMMARY =========== --> 178<ul class="blockList"> 179<li class="blockList"><a name="method.summary"> 180<!-- --> 181</a> 182<h3>Method Summary</h3> 183<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 184<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> 185<tr> 186<th class="colFirst" scope="col">Modifier and Type</th> 187<th class="colLast" scope="col">Method and Description</th> 188</tr> 189<tr id="i0" class="altColor"> 190<td class="colFirst"><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td> 191<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html#asBoolean--">asBoolean</a></span>()</code> </td> 192</tr> 193<tr id="i1" class="rowColor"> 194<td class="colFirst"><code>boolean</code></td> 195<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html#asPrimitive--">asPrimitive</a></span>()</code> </td> 196</tr> 197<tr id="i2" class="altColor"> 198<td class="colFirst"><code>static boolean</code></td> 199<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html#equals-java.lang.Boolean-java.lang.Boolean-">equals</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> b1, 200 <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> b2)</code> </td> 201</tr> 202<tr id="i3" class="rowColor"> 203<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a></code></td> 204<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html#fromBoolean-java.lang.Boolean-">fromBoolean</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> b)</code> </td> 205</tr> 206<tr id="i4" class="altColor"> 207<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a></code></td> 208<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html#valueOf-java.lang.String-">valueOf</a></span>(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> 209<div class="block">Returns the enum constant of this type with the specified name.</div> 210</td> 211</tr> 212<tr id="i5" class="rowColor"> 213<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a>[]</code></td> 214<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html#values--">values</a></span>()</code> 215<div class="block">Returns an array containing the constants of this enum type, in 216the order they are declared.</div> 217</td> 218</tr> 219</table> 220<ul class="blockList"> 221<li class="blockList"><a name="methods.inherited.from.class.java.lang.Enum"> 222<!-- --> 223</a> 224<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</a></h3> 225<code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#compareTo-E-" title="class or interface in java.lang">compareTo</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#getDeclaringClass--" title="class or interface in java.lang">getDeclaringClass</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#name--" title="class or interface in java.lang">name</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#ordinal--" title="class or interface in java.lang">ordinal</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Enum.html?is-external=true#valueOf-java.lang.Class-java.lang.String-" title="class or interface in java.lang">valueOf</a></code></li> 226</ul> 227<ul class="blockList"> 228<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> 229<!-- --> 230</a> 231<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 232<code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> 233</ul> 234</li> 235</ul> 236</li> 237</ul> 238</div> 239<div class="details"> 240<ul class="blockList"> 241<li class="blockList"> 242<!-- ============ ENUM CONSTANT DETAIL =========== --> 243<ul class="blockList"> 244<li class="blockList"><a name="enum.constant.detail"> 245<!-- --> 246</a> 247<h3>Enum Constant Detail</h3> 248<a name="TRUE"> 249<!-- --> 250</a> 251<ul class="blockList"> 252<li class="blockList"> 253<h4>TRUE</h4> 254<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a> TRUE</pre> 255<div class="block">Value that indicates that the annotation property is explicitly defined to 256 be enabled, or true.</div> 257</li> 258</ul> 259<a name="FALSE"> 260<!-- --> 261</a> 262<ul class="blockList"> 263<li class="blockList"> 264<h4>FALSE</h4> 265<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a> FALSE</pre> 266<div class="block">Value that indicates that the annotation property is explicitly defined to 267 be disabled, or false.</div> 268</li> 269</ul> 270<a name="DEFAULT"> 271<!-- --> 272</a> 273<ul class="blockListLast"> 274<li class="blockList"> 275<h4>DEFAULT</h4> 276<pre>public static final <a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a> DEFAULT</pre> 277<div class="block">Value that indicates that the annotation property does NOT have an explicit 278 definition of enabled/disabled (or true/false); instead, a higher-level 279 configuration value is used; or lacking higher-level global setting, 280 default.</div> 281</li> 282</ul> 283</li> 284</ul> 285<!-- ============ METHOD DETAIL ========== --> 286<ul class="blockList"> 287<li class="blockList"><a name="method.detail"> 288<!-- --> 289</a> 290<h3>Method Detail</h3> 291<a name="values--"> 292<!-- --> 293</a> 294<ul class="blockList"> 295<li class="blockList"> 296<h4>values</h4> 297<pre>public static <a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a>[] values()</pre> 298<div class="block">Returns an array containing the constants of this enum type, in 299the order they are declared. This method may be used to iterate 300over the constants as follows: 301<pre> 302for (OptBoolean c : OptBoolean.values()) 303 System.out.println(c); 304</pre></div> 305<dl> 306<dt><span class="returnLabel">Returns:</span></dt> 307<dd>an array containing the constants of this enum type, in the order they are declared</dd> 308</dl> 309</li> 310</ul> 311<a name="valueOf-java.lang.String-"> 312<!-- --> 313</a> 314<ul class="blockList"> 315<li class="blockList"> 316<h4>valueOf</h4> 317<pre>public static <a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a> valueOf(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> 318<div class="block">Returns the enum constant of this type with the specified name. 319The string must match <i>exactly</i> an identifier used to declare an 320enum constant in this type. (Extraneous whitespace characters are 321not permitted.)</div> 322<dl> 323<dt><span class="paramLabel">Parameters:</span></dt> 324<dd><code>name</code> - the name of the enum constant to be returned.</dd> 325<dt><span class="returnLabel">Returns:</span></dt> 326<dd>the enum constant with the specified name</dd> 327<dt><span class="throwsLabel">Throws:</span></dt> 328<dd><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</a></code> - if this enum type has no constant with the specified name</dd> 329<dd><code><a href="https://docs.oracle.com/javase/6/docs/api/java/lang/NullPointerException.html?is-external=true" title="class or interface in java.lang">NullPointerException</a></code> - if the argument is null</dd> 330</dl> 331</li> 332</ul> 333<a name="asBoolean--"> 334<!-- --> 335</a> 336<ul class="blockList"> 337<li class="blockList"> 338<h4>asBoolean</h4> 339<pre>public <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> asBoolean()</pre> 340</li> 341</ul> 342<a name="asPrimitive--"> 343<!-- --> 344</a> 345<ul class="blockList"> 346<li class="blockList"> 347<h4>asPrimitive</h4> 348<pre>public boolean asPrimitive()</pre> 349</li> 350</ul> 351<a name="fromBoolean-java.lang.Boolean-"> 352<!-- --> 353</a> 354<ul class="blockList"> 355<li class="blockList"> 356<h4>fromBoolean</h4> 357<pre>public static <a href="../../../../com/fasterxml/jackson/annotation/OptBoolean.html" title="enum in com.fasterxml.jackson.annotation">OptBoolean</a> fromBoolean(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> b)</pre> 358</li> 359</ul> 360<a name="equals-java.lang.Boolean-java.lang.Boolean-"> 361<!-- --> 362</a> 363<ul class="blockListLast"> 364<li class="blockList"> 365<h4>equals</h4> 366<pre>public static boolean equals(<a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> b1, 367 <a href="https://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> b2)</pre> 368</li> 369</ul> 370</li> 371</ul> 372</li> 373</ul> 374</div> 375</div> 376<!-- ========= END OF CLASS DATA ========= --> 377<!-- ======= START OF BOTTOM NAVBAR ====== --> 378<div class="bottomNav"><a name="navbar.bottom"> 379<!-- --> 380</a> 381<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 382<a name="navbar.bottom.firstrow"> 383<!-- --> 384</a> 385<ul class="navList" title="Navigation"> 386<li><a href="../../../../com/fasterxml/jackson/annotation/package-summary.html">Package</a></li> 387<li class="navBarCell1Rev">Class</li> 388<li><a href="class-use/OptBoolean.html">Use</a></li> 389<li><a href="package-tree.html">Tree</a></li> 390<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 391<li><a href="../../../../index-all.html">Index</a></li> 392<li><a href="../../../../help-doc.html">Help</a></li> 393</ul> 394</div> 395<div class="subNav"> 396<ul class="navList"> 397<li><a href="../../../../com/fasterxml/jackson/annotation/ObjectIdResolver.html" title="interface in com.fasterxml.jackson.annotation"><span class="typeNameLink">Prev Class</span></a></li> 398<li><a href="../../../../com/fasterxml/jackson/annotation/PropertyAccessor.html" title="enum in com.fasterxml.jackson.annotation"><span class="typeNameLink">Next Class</span></a></li> 399</ul> 400<ul class="navList"> 401<li><a href="../../../../index.html?com/fasterxml/jackson/annotation/OptBoolean.html" target="_top">Frames</a></li> 402<li><a href="OptBoolean.html" target="_top">No Frames</a></li> 403</ul> 404<ul class="navList" id="allclasses_navbar_bottom"> 405<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 406</ul> 407<div> 408<script type="text/javascript"><!-- 409 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 410 if(window==top) { 411 allClassesLink.style.display = "block"; 412 } 413 else { 414 allClassesLink.style.display = "none"; 415 } 416 //--> 417</script> 418</div> 419<div> 420<ul class="subNavList"> 421<li>Summary: </li> 422<li>Nested | </li> 423<li><a href="#enum.constant.summary">Enum Constants</a> | </li> 424<li>Field | </li> 425<li><a href="#method.summary">Method</a></li> 426</ul> 427<ul class="subNavList"> 428<li>Detail: </li> 429<li><a href="#enum.constant.detail">Enum Constants</a> | </li> 430<li>Field | </li> 431<li><a href="#method.detail">Method</a></li> 432</ul> 433</div> 434<a name="skip.navbar.bottom"> 435<!-- --> 436</a></div> 437<!-- ======== END OF BOTTOM NAVBAR ======= --> 438<p class="legalCopy"><small>Copyright © 2008–2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 439</body> 440</html> 441