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 (version 1.7.0_10-ea) on Sun Jul 14 20:03:25 PDT 2013 --> 6<title>BeanPropertyDefinition (Jackson JSON Processor)</title> 7<meta name="date" content="2013-07-14"> 8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> 9</head> 10<body> 11<script type="text/javascript"><!-- 12 if (location.href.indexOf('is-external=true') == -1) { 13 parent.document.title="BeanPropertyDefinition (Jackson JSON Processor)"; 14 } 15//--> 16</script> 17<noscript> 18<div>JavaScript is disabled on your browser.</div> 19</noscript> 20<!-- ========= START OF TOP NAVBAR ======= --> 21<div class="topNav"><a name="navbar_top"> 22<!-- --> 23</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> 24<!-- --> 25</a> 26<ul class="navList" title="Navigation"> 27<li><a href="../../../../overview-summary.html">Overview</a></li> 28<li><a href="package-summary.html">Package</a></li> 29<li class="navBarCell1Rev">Class</li> 30<li><a href="class-use/BeanPropertyDefinition.html">Use</a></li> 31<li><a href="package-tree.html">Tree</a></li> 32<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 33<li><a href="../../../../index-all.html">Index</a></li> 34<li><a href="../../../../help-doc.html">Help</a></li> 35</ul> 36</div> 37<div class="subNav"> 38<ul class="navList"> 39<li><a href="../../../../org/codehaus/jackson/map/BeanProperty.Std.html" title="class in org.codehaus.jackson.map"><span class="strong">Prev Class</span></a></li> 40<li><a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map"><span class="strong">Next Class</span></a></li> 41</ul> 42<ul class="navList"> 43<li><a href="../../../../index.html?org/codehaus/jackson/map/BeanPropertyDefinition.html" target="_top">Frames</a></li> 44<li><a href="BeanPropertyDefinition.html" target="_top">No Frames</a></li> 45</ul> 46<ul class="navList" id="allclasses_navbar_top"> 47<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 48</ul> 49<div> 50<script type="text/javascript"><!-- 51 allClassesLink = document.getElementById("allclasses_navbar_top"); 52 if(window==top) { 53 allClassesLink.style.display = "block"; 54 } 55 else { 56 allClassesLink.style.display = "none"; 57 } 58 //--> 59</script> 60</div> 61<div> 62<ul class="subNavList"> 63<li>Summary: </li> 64<li>Nested | </li> 65<li>Field | </li> 66<li><a href="#constructor_summary">Constr</a> | </li> 67<li><a href="#method_summary">Method</a></li> 68</ul> 69<ul class="subNavList"> 70<li>Detail: </li> 71<li>Field | </li> 72<li><a href="#constructor_detail">Constr</a> | </li> 73<li><a href="#method_detail">Method</a></li> 74</ul> 75</div> 76<a name="skip-navbar_top"> 77<!-- --> 78</a></div> 79<!-- ========= END OF TOP NAVBAR ========= --> 80<!-- ======== START OF CLASS DATA ======== --> 81<div class="header"> 82<div class="subTitle">org.codehaus.jackson.map</div> 83<h2 title="Class BeanPropertyDefinition" class="title">Class BeanPropertyDefinition</h2> 84</div> 85<div class="contentContainer"> 86<ul class="inheritance"> 87<li><a href="http://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> 88<li> 89<ul class="inheritance"> 90<li>org.codehaus.jackson.map.BeanPropertyDefinition</li> 91</ul> 92</li> 93</ul> 94<div class="description"> 95<ul class="blockList"> 96<li class="blockList"> 97<dl> 98<dt>All Implemented Interfaces:</dt> 99<dd><a href="../../../../org/codehaus/jackson/map/util/Named.html" title="interface in org.codehaus.jackson.map.util">Named</a></dd> 100</dl> 101<dl> 102<dt>Direct Known Subclasses:</dt> 103<dd><a href="../../../../org/codehaus/jackson/map/introspect/POJOPropertyBuilder.html" title="class in org.codehaus.jackson.map.introspect">POJOPropertyBuilder</a></dd> 104</dl> 105<hr> 106<br> 107<pre>public abstract class <span class="strong">BeanPropertyDefinition</span> 108extends <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> 109implements <a href="../../../../org/codehaus/jackson/map/util/Named.html" title="interface in org.codehaus.jackson.map.util">Named</a></pre> 110<div class="block">Simple value classes that contain definitions of properties, 111 used during introspection of properties to use for 112 serialization and deserialization purposes. 113 These instances are created before actual <a href="../../../../org/codehaus/jackson/map/BeanProperty.html" title="interface in org.codehaus.jackson.map"><code>BeanProperty</code></a> 114 instances are created, i.e. they are used earlier in the process 115 flow.</div> 116<dl><dt><span class="strong">Since:</span></dt> 117 <dd>1.9</dd></dl> 118</li> 119</ul> 120</div> 121<div class="summary"> 122<ul class="blockList"> 123<li class="blockList"> 124<!-- ======== CONSTRUCTOR SUMMARY ======== --> 125<ul class="blockList"> 126<li class="blockList"><a name="constructor_summary"> 127<!-- --> 128</a> 129<h3>Constructor Summary</h3> 130<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 131<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 132<tr> 133<th class="colOne" scope="col">Constructor and Description</th> 134</tr> 135<tr class="altColor"> 136<td class="colOne"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#BeanPropertyDefinition()">BeanPropertyDefinition</a></strong>()</code> </td> 137</tr> 138</table> 139</li> 140</ul> 141<!-- ========== METHOD SUMMARY =========== --> 142<ul class="blockList"> 143<li class="blockList"><a name="method_summary"> 144<!-- --> 145</a> 146<h3>Method Summary</h3> 147<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 148<caption><span>Methods</span><span class="tabEnd"> </span></caption> 149<tr> 150<th class="colFirst" scope="col">Modifier and Type</th> 151<th class="colLast" scope="col">Method and Description</th> 152</tr> 153<tr class="altColor"> 154<td class="colFirst"><code>boolean</code></td> 155<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#couldDeserialize()">couldDeserialize</a></strong>()</code> </td> 156</tr> 157<tr class="rowColor"> 158<td class="colFirst"><code>boolean</code></td> 159<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#couldSerialize()">couldSerialize</a></strong>()</code> </td> 160</tr> 161<tr class="altColor"> 162<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedMember.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedMember</a></code></td> 163<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#getAccessor()">getAccessor</a></strong>()</code> 164<div class="block">Method used to find accessor (getter, field to access) to use for accessing 165 value of the property.</div> 166</td> 167</tr> 168<tr class="rowColor"> 169<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedParameter.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedParameter</a></code></td> 170<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#getConstructorParameter()">getConstructorParameter</a></strong>()</code> </td> 171</tr> 172<tr class="altColor"> 173<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedField.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedField</a></code></td> 174<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#getField()">getField</a></strong>()</code> </td> 175</tr> 176<tr class="rowColor"> 177<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedMethod.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedMethod</a></code></td> 178<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#getGetter()">getGetter</a></strong>()</code> </td> 179</tr> 180<tr class="altColor"> 181<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 182<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#getInternalName()">getInternalName</a></strong>()</code> 183<div class="block">Accessor that can be used to determine implicit name from underlying 184 element(s) before possible renaming.</div> 185</td> 186</tr> 187<tr class="rowColor"> 188<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedMember.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedMember</a></code></td> 189<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#getMutator()">getMutator</a></strong>()</code> 190<div class="block">Method used to find mutator (constructor parameter, setter, field) to use for 191 changing value of the property.</div> 192</td> 193</tr> 194<tr class="altColor"> 195<td class="colFirst"><code>abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 196<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#getName()">getName</a></strong>()</code> 197<div class="block">Accessor for name used for external representation (in JSON).</div> 198</td> 199</tr> 200<tr class="rowColor"> 201<td class="colFirst"><code>abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedMethod.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedMethod</a></code></td> 202<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#getSetter()">getSetter</a></strong>()</code> </td> 203</tr> 204<tr class="altColor"> 205<td class="colFirst"><code>abstract boolean</code></td> 206<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#hasConstructorParameter()">hasConstructorParameter</a></strong>()</code> </td> 207</tr> 208<tr class="rowColor"> 209<td class="colFirst"><code>abstract boolean</code></td> 210<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#hasField()">hasField</a></strong>()</code> </td> 211</tr> 212<tr class="altColor"> 213<td class="colFirst"><code>abstract boolean</code></td> 214<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#hasGetter()">hasGetter</a></strong>()</code> </td> 215</tr> 216<tr class="rowColor"> 217<td class="colFirst"><code>abstract boolean</code></td> 218<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#hasSetter()">hasSetter</a></strong>()</code> </td> 219</tr> 220<tr class="altColor"> 221<td class="colFirst"><code>abstract boolean</code></td> 222<td class="colLast"><code><strong><a href="../../../../org/codehaus/jackson/map/BeanPropertyDefinition.html#isExplicitlyIncluded()">isExplicitlyIncluded</a></strong>()</code> 223<div class="block">Accessor that can be called to check whether property was included 224 due to an explicit marker (usually annotation), or just by naming 225 convention.</div> 226</td> 227</tr> 228</table> 229<ul class="blockList"> 230<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 231<!-- --> 232</a> 233<h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 234<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://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="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://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="http://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="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://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="http://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="http://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> 235</ul> 236</li> 237</ul> 238</li> 239</ul> 240</div> 241<div class="details"> 242<ul class="blockList"> 243<li class="blockList"> 244<!-- ========= CONSTRUCTOR DETAIL ======== --> 245<ul class="blockList"> 246<li class="blockList"><a name="constructor_detail"> 247<!-- --> 248</a> 249<h3>Constructor Detail</h3> 250<a name="BeanPropertyDefinition()"> 251<!-- --> 252</a> 253<ul class="blockListLast"> 254<li class="blockList"> 255<h4>BeanPropertyDefinition</h4> 256<pre>public BeanPropertyDefinition()</pre> 257</li> 258</ul> 259</li> 260</ul> 261<!-- ============ METHOD DETAIL ========== --> 262<ul class="blockList"> 263<li class="blockList"><a name="method_detail"> 264<!-- --> 265</a> 266<h3>Method Detail</h3> 267<a name="getName()"> 268<!-- --> 269</a> 270<ul class="blockList"> 271<li class="blockList"> 272<h4>getName</h4> 273<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getName()</pre> 274<div class="block">Accessor for name used for external representation (in JSON).</div> 275<dl> 276<dt><strong>Specified by:</strong></dt> 277<dd><code><a href="../../../../org/codehaus/jackson/map/util/Named.html#getName()">getName</a></code> in interface <code><a href="../../../../org/codehaus/jackson/map/util/Named.html" title="interface in org.codehaus.jackson.map.util">Named</a></code></dd> 278</dl> 279</li> 280</ul> 281<a name="getInternalName()"> 282<!-- --> 283</a> 284<ul class="blockList"> 285<li class="blockList"> 286<h4>getInternalName</h4> 287<pre>public abstract <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getInternalName()</pre> 288<div class="block">Accessor that can be used to determine implicit name from underlying 289 element(s) before possible renaming. This is the "internal" 290 name derived from accessor ("x" from "getX"), and is not based on 291 annotations or naming strategy.</div> 292</li> 293</ul> 294<a name="isExplicitlyIncluded()"> 295<!-- --> 296</a> 297<ul class="blockList"> 298<li class="blockList"> 299<h4>isExplicitlyIncluded</h4> 300<pre>public abstract boolean isExplicitlyIncluded()</pre> 301<div class="block">Accessor that can be called to check whether property was included 302 due to an explicit marker (usually annotation), or just by naming 303 convention.</div> 304<dl><dt><span class="strong">Returns:</span></dt><dd>True if property was explicitly included (usually by having 305 one of components being annotated); false if inclusion was purely 306 due to naming or visibility definitions (that is, implicit)</dd><dt><span class="strong">Since:</span></dt> 307 <dd>1.9.6</dd></dl> 308</li> 309</ul> 310<a name="hasGetter()"> 311<!-- --> 312</a> 313<ul class="blockList"> 314<li class="blockList"> 315<h4>hasGetter</h4> 316<pre>public abstract boolean hasGetter()</pre> 317</li> 318</ul> 319<a name="hasSetter()"> 320<!-- --> 321</a> 322<ul class="blockList"> 323<li class="blockList"> 324<h4>hasSetter</h4> 325<pre>public abstract boolean hasSetter()</pre> 326</li> 327</ul> 328<a name="hasField()"> 329<!-- --> 330</a> 331<ul class="blockList"> 332<li class="blockList"> 333<h4>hasField</h4> 334<pre>public abstract boolean hasField()</pre> 335</li> 336</ul> 337<a name="hasConstructorParameter()"> 338<!-- --> 339</a> 340<ul class="blockList"> 341<li class="blockList"> 342<h4>hasConstructorParameter</h4> 343<pre>public abstract boolean hasConstructorParameter()</pre> 344</li> 345</ul> 346<a name="couldDeserialize()"> 347<!-- --> 348</a> 349<ul class="blockList"> 350<li class="blockList"> 351<h4>couldDeserialize</h4> 352<pre>public boolean couldDeserialize()</pre> 353</li> 354</ul> 355<a name="couldSerialize()"> 356<!-- --> 357</a> 358<ul class="blockList"> 359<li class="blockList"> 360<h4>couldSerialize</h4> 361<pre>public boolean couldSerialize()</pre> 362</li> 363</ul> 364<a name="getGetter()"> 365<!-- --> 366</a> 367<ul class="blockList"> 368<li class="blockList"> 369<h4>getGetter</h4> 370<pre>public abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedMethod.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedMethod</a> getGetter()</pre> 371</li> 372</ul> 373<a name="getSetter()"> 374<!-- --> 375</a> 376<ul class="blockList"> 377<li class="blockList"> 378<h4>getSetter</h4> 379<pre>public abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedMethod.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedMethod</a> getSetter()</pre> 380</li> 381</ul> 382<a name="getField()"> 383<!-- --> 384</a> 385<ul class="blockList"> 386<li class="blockList"> 387<h4>getField</h4> 388<pre>public abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedField.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedField</a> getField()</pre> 389</li> 390</ul> 391<a name="getConstructorParameter()"> 392<!-- --> 393</a> 394<ul class="blockList"> 395<li class="blockList"> 396<h4>getConstructorParameter</h4> 397<pre>public abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedParameter.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedParameter</a> getConstructorParameter()</pre> 398</li> 399</ul> 400<a name="getAccessor()"> 401<!-- --> 402</a> 403<ul class="blockList"> 404<li class="blockList"> 405<h4>getAccessor</h4> 406<pre>public abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedMember.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedMember</a> getAccessor()</pre> 407<div class="block">Method used to find accessor (getter, field to access) to use for accessing 408 value of the property. 409 Null if no such member exists.</div> 410</li> 411</ul> 412<a name="getMutator()"> 413<!-- --> 414</a> 415<ul class="blockListLast"> 416<li class="blockList"> 417<h4>getMutator</h4> 418<pre>public abstract <a href="../../../../org/codehaus/jackson/map/introspect/AnnotatedMember.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedMember</a> getMutator()</pre> 419<div class="block">Method used to find mutator (constructor parameter, setter, field) to use for 420 changing value of the property. 421 Null if no such member exists.</div> 422</li> 423</ul> 424</li> 425</ul> 426</li> 427</ul> 428</div> 429</div> 430<!-- ========= END OF CLASS DATA ========= --> 431<!-- ======= START OF BOTTOM NAVBAR ====== --> 432<div class="bottomNav"><a name="navbar_bottom"> 433<!-- --> 434</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 435<!-- --> 436</a> 437<ul class="navList" title="Navigation"> 438<li><a href="../../../../overview-summary.html">Overview</a></li> 439<li><a href="package-summary.html">Package</a></li> 440<li class="navBarCell1Rev">Class</li> 441<li><a href="class-use/BeanPropertyDefinition.html">Use</a></li> 442<li><a href="package-tree.html">Tree</a></li> 443<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 444<li><a href="../../../../index-all.html">Index</a></li> 445<li><a href="../../../../help-doc.html">Help</a></li> 446</ul> 447</div> 448<div class="subNav"> 449<ul class="navList"> 450<li><a href="../../../../org/codehaus/jackson/map/BeanProperty.Std.html" title="class in org.codehaus.jackson.map"><span class="strong">Prev Class</span></a></li> 451<li><a href="../../../../org/codehaus/jackson/map/ClassIntrospector.html" title="class in org.codehaus.jackson.map"><span class="strong">Next Class</span></a></li> 452</ul> 453<ul class="navList"> 454<li><a href="../../../../index.html?org/codehaus/jackson/map/BeanPropertyDefinition.html" target="_top">Frames</a></li> 455<li><a href="BeanPropertyDefinition.html" target="_top">No Frames</a></li> 456</ul> 457<ul class="navList" id="allclasses_navbar_bottom"> 458<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 459</ul> 460<div> 461<script type="text/javascript"><!-- 462 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 463 if(window==top) { 464 allClassesLink.style.display = "block"; 465 } 466 else { 467 allClassesLink.style.display = "none"; 468 } 469 //--> 470</script> 471</div> 472<div> 473<ul class="subNavList"> 474<li>Summary: </li> 475<li>Nested | </li> 476<li>Field | </li> 477<li><a href="#constructor_summary">Constr</a> | </li> 478<li><a href="#method_summary">Method</a></li> 479</ul> 480<ul class="subNavList"> 481<li>Detail: </li> 482<li>Field | </li> 483<li><a href="#constructor_detail">Constr</a> | </li> 484<li><a href="#method_detail">Method</a></li> 485</ul> 486</div> 487<a name="skip-navbar_bottom"> 488<!-- --> 489</a></div> 490<!-- ======== END OF BOTTOM NAVBAR ======= --> 491</body> 492</html> 493