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_25) on Sat Nov 16 21:43:16 PST 2013 -->
6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7<title>PropertyName (jackson-databind 2.3.0 API)</title>
8<meta name="date" content="2013-11-16">
9<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10</head>
11<body>
12<script type="text/javascript"><!--
13    if (location.href.indexOf('is-external=true') == -1) {
14        parent.document.title="PropertyName (jackson-databind 2.3.0 API)";
15    }
16//-->
17</script>
18<noscript>
19<div>JavaScript is disabled on your browser.</div>
20</noscript>
21<!-- ========= START OF TOP NAVBAR ======= -->
22<div class="topNav"><a name="navbar_top">
23<!--   -->
24</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
25<!--   -->
26</a>
27<ul class="navList" title="Navigation">
28<li><a href="../../../../overview-summary.html">Overview</a></li>
29<li><a href="package-summary.html">Package</a></li>
30<li class="navBarCell1Rev">Class</li>
31<li><a href="class-use/PropertyName.html">Use</a></li>
32<li><a href="package-tree.html">Tree</a></li>
33<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
34<li><a href="../../../../index-all.html">Index</a></li>
35<li><a href="../../../../help-doc.html">Help</a></li>
36</ul>
37</div>
38<div class="subNav">
39<ul class="navList">
40<li><a href="../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li>
41<li><a href="../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li>
42</ul>
43<ul class="navList">
44<li><a href="../../../../index.html?com/fasterxml/jackson/databind/PropertyName.html" target="_top">Frames</a></li>
45<li><a href="PropertyName.html" target="_top">No Frames</a></li>
46</ul>
47<ul class="navList" id="allclasses_navbar_top">
48<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
49</ul>
50<div>
51<script type="text/javascript"><!--
52  allClassesLink = document.getElementById("allclasses_navbar_top");
53  if(window==top) {
54    allClassesLink.style.display = "block";
55  }
56  else {
57    allClassesLink.style.display = "none";
58  }
59  //-->
60</script>
61</div>
62<div>
63<ul class="subNavList">
64<li>Summary:&nbsp;</li>
65<li>Nested&nbsp;|&nbsp;</li>
66<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
67<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
68<li><a href="#method_summary">Method</a></li>
69</ul>
70<ul class="subNavList">
71<li>Detail:&nbsp;</li>
72<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
73<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
74<li><a href="#method_detail">Method</a></li>
75</ul>
76</div>
77<a name="skip-navbar_top">
78<!--   -->
79</a></div>
80<!-- ========= END OF TOP NAVBAR ========= -->
81<!-- ======== START OF CLASS DATA ======== -->
82<div class="header">
83<div class="subTitle">com.fasterxml.jackson.databind</div>
84<h2 title="Class PropertyName" class="title">Class PropertyName</h2>
85</div>
86<div class="contentContainer">
87<ul class="inheritance">
88<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>
89<li>
90<ul class="inheritance">
91<li>com.fasterxml.jackson.databind.PropertyName</li>
92</ul>
93</li>
94</ul>
95<div class="description">
96<ul class="blockList">
97<li class="blockList">
98<dl>
99<dt>All Implemented Interfaces:</dt>
100<dd><a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
101</dl>
102<hr>
103<br>
104<pre>public class <span class="strong">PropertyName</span>
105extends <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>
106implements <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></pre>
107<div class="block">Simple value class used for containing names of properties as defined
108 by annotations (and possibly other configuration sources).</div>
109<dl><dt><span class="strong">Since:</span></dt>
110  <dd>2.1</dd>
111<dt><span class="strong">See Also:</span></dt><dd><a href="../../../../serialized-form.html#com.fasterxml.jackson.databind.PropertyName">Serialized Form</a></dd></dl>
112</li>
113</ul>
114</div>
115<div class="summary">
116<ul class="blockList">
117<li class="blockList">
118<!-- =========== FIELD SUMMARY =========== -->
119<ul class="blockList">
120<li class="blockList"><a name="field_summary">
121<!--   -->
122</a>
123<h3>Field Summary</h3>
124<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
125<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
126<tr>
127<th class="colFirst" scope="col">Modifier and Type</th>
128<th class="colLast" scope="col">Field and Description</th>
129</tr>
130<tr class="altColor">
131<td class="colFirst"><code>protected <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>
132<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#_namespace">_namespace</a></strong></code>
133<div class="block">Additional namespace, for formats that have such concept (JSON
134 does not, XML does, for example).</div>
135</td>
136</tr>
137<tr class="rowColor">
138<td class="colFirst"><code>protected <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>
139<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#_simpleName">_simpleName</a></strong></code>
140<div class="block">Basic name of the property.</div>
141</td>
142</tr>
143<tr class="altColor">
144<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
145<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#NO_NAME">NO_NAME</a></strong></code>
146<div class="block">Special placeholder value that indicates that there is no name associated.</div>
147</td>
148</tr>
149<tr class="rowColor">
150<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
151<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#USE_DEFAULT">USE_DEFAULT</a></strong></code>
152<div class="block">Special placeholder value that indicates that name to use should be
153 based on the standard heuristics.</div>
154</td>
155</tr>
156</table>
157</li>
158</ul>
159<!-- ======== CONSTRUCTOR SUMMARY ======== -->
160<ul class="blockList">
161<li class="blockList"><a name="constructor_summary">
162<!--   -->
163</a>
164<h3>Constructor Summary</h3>
165<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
166<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
167<tr>
168<th class="colOne" scope="col">Constructor and Description</th>
169</tr>
170<tr class="altColor">
171<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#PropertyName(java.lang.String)">PropertyName</a></strong>(<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>&nbsp;simpleName)</code>&nbsp;</td>
172</tr>
173<tr class="rowColor">
174<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#PropertyName(java.lang.String, java.lang.String)">PropertyName</a></strong>(<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>&nbsp;simpleName,
175            <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>&nbsp;namespace)</code>&nbsp;</td>
176</tr>
177</table>
178</li>
179</ul>
180<!-- ========== METHOD SUMMARY =========== -->
181<ul class="blockList">
182<li class="blockList"><a name="method_summary">
183<!--   -->
184</a>
185<h3>Method Summary</h3>
186<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
187<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
188<tr>
189<th class="colFirst" scope="col">Modifier and Type</th>
190<th class="colLast" scope="col">Method and Description</th>
191</tr>
192<tr class="altColor">
193<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
194<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#construct(java.lang.String, java.lang.String)">construct</a></strong>(<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>&nbsp;simpleName,
195         <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>&nbsp;ns)</code>&nbsp;</td>
196</tr>
197<tr class="rowColor">
198<td class="colFirst"><code>boolean</code></td>
199<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#equals(java.lang.Object)">equals</a></strong>(<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>&nbsp;o)</code>&nbsp;</td>
200</tr>
201<tr class="altColor">
202<td class="colFirst"><code><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>
203<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#getNamespace()">getNamespace</a></strong>()</code>&nbsp;</td>
204</tr>
205<tr class="rowColor">
206<td class="colFirst"><code><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>
207<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#getSimpleName()">getSimpleName</a></strong>()</code>&nbsp;</td>
208</tr>
209<tr class="altColor">
210<td class="colFirst"><code>int</code></td>
211<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hashCode()">hashCode</a></strong>()</code>&nbsp;</td>
212</tr>
213<tr class="rowColor">
214<td class="colFirst"><code>boolean</code></td>
215<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hasNamespace()">hasNamespace</a></strong>()</code>&nbsp;</td>
216</tr>
217<tr class="altColor">
218<td class="colFirst"><code>boolean</code></td>
219<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hasSimpleName()">hasSimpleName</a></strong>()</code>&nbsp;</td>
220</tr>
221<tr class="rowColor">
222<td class="colFirst"><code>boolean</code></td>
223<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#hasSimpleName(java.lang.String)">hasSimpleName</a></strong>(<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>&nbsp;str)</code>&nbsp;</td>
224</tr>
225<tr class="altColor">
226<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
227<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#internSimpleName()">internSimpleName</a></strong>()</code>&nbsp;</td>
228</tr>
229<tr class="rowColor">
230<td class="colFirst"><code>protected <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></code></td>
231<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#readResolve()">readResolve</a></strong>()</code>&nbsp;</td>
232</tr>
233<tr class="altColor">
234<td class="colFirst"><code><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>
235<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#toString()">toString</a></strong>()</code>&nbsp;</td>
236</tr>
237<tr class="rowColor">
238<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
239<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#withNamespace(java.lang.String)">withNamespace</a></strong>(<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>&nbsp;ns)</code>
240<div class="block">Fluent factory method for constructing an instance with different
241 namespace.</div>
242</td>
243</tr>
244<tr class="altColor">
245<td class="colFirst"><code><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a></code></td>
246<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/PropertyName.html#withSimpleName(java.lang.String)">withSimpleName</a></strong>(<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>&nbsp;simpleName)</code>
247<div class="block">Fluent factory method for constructing an instance with different
248 simple name.</div>
249</td>
250</tr>
251</table>
252<ul class="blockList">
253<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
254<!--   -->
255</a>
256<h3>Methods inherited from class&nbsp;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>
257<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#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#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#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>
258</ul>
259</li>
260</ul>
261</li>
262</ul>
263</div>
264<div class="details">
265<ul class="blockList">
266<li class="blockList">
267<!-- ============ FIELD DETAIL =========== -->
268<ul class="blockList">
269<li class="blockList"><a name="field_detail">
270<!--   -->
271</a>
272<h3>Field Detail</h3>
273<a name="USE_DEFAULT">
274<!--   -->
275</a>
276<ul class="blockList">
277<li class="blockList">
278<h4>USE_DEFAULT</h4>
279<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> USE_DEFAULT</pre>
280<div class="block">Special placeholder value that indicates that name to use should be
281 based on the standard heuristics. This can be different from returning
282 null, as null means "no information available, whereas this value
283 indicates explicit defaulting.</div>
284</li>
285</ul>
286<a name="NO_NAME">
287<!--   -->
288</a>
289<ul class="blockList">
290<li class="blockList">
291<h4>NO_NAME</h4>
292<pre>public static final&nbsp;<a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a> NO_NAME</pre>
293<div class="block">Special placeholder value that indicates that there is no name associated.
294 Exact semantics to use (if any) depend on actual annotation in use, but
295 commonly this value disables behavior for which name would be needed.</div>
296</li>
297</ul>
298<a name="_simpleName">
299<!--   -->
300</a>
301<ul class="blockList">
302<li class="blockList">
303<h4>_simpleName</h4>
304<pre>protected final&nbsp;<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> _simpleName</pre>
305<div class="block">Basic name of the property.</div>
306</li>
307</ul>
308<a name="_namespace">
309<!--   -->
310</a>
311<ul class="blockListLast">
312<li class="blockList">
313<h4>_namespace</h4>
314<pre>protected final&nbsp;<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> _namespace</pre>
315<div class="block">Additional namespace, for formats that have such concept (JSON
316 does not, XML does, for example).</div>
317</li>
318</ul>
319</li>
320</ul>
321<!-- ========= CONSTRUCTOR DETAIL ======== -->
322<ul class="blockList">
323<li class="blockList"><a name="constructor_detail">
324<!--   -->
325</a>
326<h3>Constructor Detail</h3>
327<a name="PropertyName(java.lang.String)">
328<!--   -->
329</a>
330<ul class="blockList">
331<li class="blockList">
332<h4>PropertyName</h4>
333<pre>public&nbsp;PropertyName(<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>&nbsp;simpleName)</pre>
334</li>
335</ul>
336<a name="PropertyName(java.lang.String, java.lang.String)">
337<!--   -->
338</a>
339<ul class="blockListLast">
340<li class="blockList">
341<h4>PropertyName</h4>
342<pre>public&nbsp;PropertyName(<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>&nbsp;simpleName,
343            <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>&nbsp;namespace)</pre>
344</li>
345</ul>
346</li>
347</ul>
348<!-- ============ METHOD DETAIL ========== -->
349<ul class="blockList">
350<li class="blockList"><a name="method_detail">
351<!--   -->
352</a>
353<h3>Method Detail</h3>
354<a name="readResolve()">
355<!--   -->
356</a>
357<ul class="blockList">
358<li class="blockList">
359<h4>readResolve</h4>
360<pre>protected&nbsp;<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>&nbsp;readResolve()</pre>
361</li>
362</ul>
363<a name="construct(java.lang.String, java.lang.String)">
364<!--   -->
365</a>
366<ul class="blockList">
367<li class="blockList">
368<h4>construct</h4>
369<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a>&nbsp;construct(<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>&nbsp;simpleName,
370                     <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>&nbsp;ns)</pre>
371</li>
372</ul>
373<a name="internSimpleName()">
374<!--   -->
375</a>
376<ul class="blockList">
377<li class="blockList">
378<h4>internSimpleName</h4>
379<pre>public&nbsp;<a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a>&nbsp;internSimpleName()</pre>
380</li>
381</ul>
382<a name="withSimpleName(java.lang.String)">
383<!--   -->
384</a>
385<ul class="blockList">
386<li class="blockList">
387<h4>withSimpleName</h4>
388<pre>public&nbsp;<a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a>&nbsp;withSimpleName(<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>&nbsp;simpleName)</pre>
389<div class="block">Fluent factory method for constructing an instance with different
390 simple name.</div>
391</li>
392</ul>
393<a name="withNamespace(java.lang.String)">
394<!--   -->
395</a>
396<ul class="blockList">
397<li class="blockList">
398<h4>withNamespace</h4>
399<pre>public&nbsp;<a href="../../../../com/fasterxml/jackson/databind/PropertyName.html" title="class in com.fasterxml.jackson.databind">PropertyName</a>&nbsp;withNamespace(<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>&nbsp;ns)</pre>
400<div class="block">Fluent factory method for constructing an instance with different
401 namespace.</div>
402</li>
403</ul>
404<a name="getSimpleName()">
405<!--   -->
406</a>
407<ul class="blockList">
408<li class="blockList">
409<h4>getSimpleName</h4>
410<pre>public&nbsp;<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>&nbsp;getSimpleName()</pre>
411</li>
412</ul>
413<a name="getNamespace()">
414<!--   -->
415</a>
416<ul class="blockList">
417<li class="blockList">
418<h4>getNamespace</h4>
419<pre>public&nbsp;<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>&nbsp;getNamespace()</pre>
420</li>
421</ul>
422<a name="hasSimpleName()">
423<!--   -->
424</a>
425<ul class="blockList">
426<li class="blockList">
427<h4>hasSimpleName</h4>
428<pre>public&nbsp;boolean&nbsp;hasSimpleName()</pre>
429</li>
430</ul>
431<a name="hasSimpleName(java.lang.String)">
432<!--   -->
433</a>
434<ul class="blockList">
435<li class="blockList">
436<h4>hasSimpleName</h4>
437<pre>public&nbsp;boolean&nbsp;hasSimpleName(<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>&nbsp;str)</pre>
438<dl><dt><span class="strong">Since:</span></dt>
439  <dd>2.3</dd></dl>
440</li>
441</ul>
442<a name="hasNamespace()">
443<!--   -->
444</a>
445<ul class="blockList">
446<li class="blockList">
447<h4>hasNamespace</h4>
448<pre>public&nbsp;boolean&nbsp;hasNamespace()</pre>
449</li>
450</ul>
451<a name="equals(java.lang.Object)">
452<!--   -->
453</a>
454<ul class="blockList">
455<li class="blockList">
456<h4>equals</h4>
457<pre>public&nbsp;boolean&nbsp;equals(<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>&nbsp;o)</pre>
458<dl>
459<dt><strong>Overrides:</strong></dt>
460<dd><code><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></code>&nbsp;in class&nbsp;<code><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></code></dd>
461</dl>
462</li>
463</ul>
464<a name="hashCode()">
465<!--   -->
466</a>
467<ul class="blockList">
468<li class="blockList">
469<h4>hashCode</h4>
470<pre>public&nbsp;int&nbsp;hashCode()</pre>
471<dl>
472<dt><strong>Overrides:</strong></dt>
473<dd><code><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></code>&nbsp;in class&nbsp;<code><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></code></dd>
474</dl>
475</li>
476</ul>
477<a name="toString()">
478<!--   -->
479</a>
480<ul class="blockListLast">
481<li class="blockList">
482<h4>toString</h4>
483<pre>public&nbsp;<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>&nbsp;toString()</pre>
484<dl>
485<dt><strong>Overrides:</strong></dt>
486<dd><code><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></code>&nbsp;in class&nbsp;<code><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></code></dd>
487</dl>
488</li>
489</ul>
490</li>
491</ul>
492</li>
493</ul>
494</div>
495</div>
496<!-- ========= END OF CLASS DATA ========= -->
497<!-- ======= START OF BOTTOM NAVBAR ====== -->
498<div class="bottomNav"><a name="navbar_bottom">
499<!--   -->
500</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
501<!--   -->
502</a>
503<ul class="navList" title="Navigation">
504<li><a href="../../../../overview-summary.html">Overview</a></li>
505<li><a href="package-summary.html">Package</a></li>
506<li class="navBarCell1Rev">Class</li>
507<li><a href="class-use/PropertyName.html">Use</a></li>
508<li><a href="package-tree.html">Tree</a></li>
509<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
510<li><a href="../../../../index-all.html">Index</a></li>
511<li><a href="../../../../help-doc.html">Help</a></li>
512</ul>
513</div>
514<div class="subNav">
515<ul class="navList">
516<li><a href="../../../../com/fasterxml/jackson/databind/PropertyMetadata.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Prev Class</span></a></li>
517<li><a href="../../../../com/fasterxml/jackson/databind/PropertyNamingStrategy.html" title="class in com.fasterxml.jackson.databind"><span class="strong">Next Class</span></a></li>
518</ul>
519<ul class="navList">
520<li><a href="../../../../index.html?com/fasterxml/jackson/databind/PropertyName.html" target="_top">Frames</a></li>
521<li><a href="PropertyName.html" target="_top">No Frames</a></li>
522</ul>
523<ul class="navList" id="allclasses_navbar_bottom">
524<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
525</ul>
526<div>
527<script type="text/javascript"><!--
528  allClassesLink = document.getElementById("allclasses_navbar_bottom");
529  if(window==top) {
530    allClassesLink.style.display = "block";
531  }
532  else {
533    allClassesLink.style.display = "none";
534  }
535  //-->
536</script>
537</div>
538<div>
539<ul class="subNavList">
540<li>Summary:&nbsp;</li>
541<li>Nested&nbsp;|&nbsp;</li>
542<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
543<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
544<li><a href="#method_summary">Method</a></li>
545</ul>
546<ul class="subNavList">
547<li>Detail:&nbsp;</li>
548<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
549<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
550<li><a href="#method_detail">Method</a></li>
551</ul>
552</div>
553<a name="skip-navbar_bottom">
554<!--   -->
555</a></div>
556<!-- ======== END OF BOTTOM NAVBAR ======= -->
557<p class="legalCopy"><small>Copyright &#169; 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
558</body>
559</html>
560