a whole bunch of stuff
[ephemerata.git] / Toady / lib / commons-lang-2.4 / apidocs / org / apache / commons / lang / builder / ToStringBuilder.html
blob047c6c6ff9ddcb82020fd84cea9788855a574b2d
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.4.2_16) on Sat Mar 15 20:43:48 PDT 2008 -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <TITLE>
8 ToStringBuilder (Commons Lang 2.4 API)
9 </TITLE>
11 <META NAME="keywords" CONTENT="org.apache.commons.lang.builder.ToStringBuilder class">
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
15 <SCRIPT type="text/javascript">
16 function windowTitle()
18 parent.document.title="ToStringBuilder (Commons Lang 2.4 API)";
20 </SCRIPT>
22 </HEAD>
24 <BODY BGCOLOR="white" onload="windowTitle();">
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
38 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ToStringBuilder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/StandardToStringStyle.html" title="class in org.apache.commons.lang.builder"><B>PREV CLASS</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder"><B>NEXT CLASS</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="ToStringBuilder.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
70 </FONT></TD>
71 </TR>
72 <TR>
73 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
75 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
76 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
77 </TR>
78 </TABLE>
79 <A NAME="skip-navbar_top"></A>
80 <!-- ========= END OF TOP NAVBAR ========= -->
82 <HR>
83 <!-- ======== START OF CLASS DATA ======== -->
84 <H2>
85 <FONT SIZE="-1">
86 org.apache.commons.lang.builder</FONT>
87 <BR>
88 Class ToStringBuilder</H2>
89 <PRE>
90 java.lang.Object
91 <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.commons.lang.builder.ToStringBuilder</B>
92 </PRE>
93 <DL>
94 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../org/apache/commons/lang/builder/ReflectionToStringBuilder.html" title="class in org.apache.commons.lang.builder">ReflectionToStringBuilder</A></DD>
95 </DL>
96 <HR>
97 <DL>
98 <DT>public class <B>ToStringBuilder</B><DT>extends java.lang.Object</DL>
101 <p>Assists in implementing <CODE>Object.toString()</CODE> methods.</p>
103 <p>This class enables a good and consistent <code>toString()</code> to be built for any
104 class or object. This class aims to simplify the process by:</p>
105 <ul>
106 <li>allowing field names</li>
107 <li>handling all types consistently</li>
108 <li>handling nulls consistently</li>
109 <li>outputting arrays and multi-dimensional arrays</li>
110 <li>enabling the detail level to be controlled for Objects and Collections</li>
111 <li>handling class hierarchies</li>
112 </ul>
114 <p>To use this class write code as follows:</p>
116 <pre>
117 public class Person {
118 String name;
119 int age;
120 boolean smoker;
124 public String toString() {
125 return new ToStringBuilder(this).
126 append("name", name).
127 append("age", age).
128 append("smoker", smoker).
129 toString();
132 </pre>
134 <p>This will produce a toString of the format:
135 <code>Person@7f54[name=Stephen,age=29,smoker=false]</code></p>
137 <p>To add the superclass <code>toString</code>, use <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#appendSuper(java.lang.String)"><CODE>appendSuper(java.lang.String)</CODE></A>.
138 To append the <code>toString</code> from an object that is delegated
139 to (or any other object), use <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#appendToString(java.lang.String)"><CODE>appendToString(java.lang.String)</CODE></A>.</p>
141 <p>Alternatively, there is a method that uses reflection to determine
142 the fields to test. Because these fields are usually private, the method,
143 <code>reflectionToString</code>, uses <code>AccessibleObject.setAccessible</code> to
144 change the visibility of the fields. This will fail under a security manager,
145 unless the appropriate permissions are set up correctly. It is also
146 slower than testing explicitly.</p>
148 <p>A typical invocation for this method would look like:</p>
150 <pre>
151 public String toString() {
152 return ToStringBuilder.reflectionToString(this);
154 </pre>
156 <p>You can also use the builder to debug 3rd party objects:</p>
158 <pre>
159 System.out.println("An object: " + ToStringBuilder.reflectionToString(anObject));
160 </pre>
162 <p>The exact format of the <code>toString</code> is determined by
163 the <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder"><CODE>ToStringStyle</CODE></A> passed into the constructor.</p>
167 <DL>
168 <DT><B>Since:</B></DT>
169 <DD>1.0</DD>
170 <DT><B>Version:</B></DT>
171 <DD>$Id: ToStringBuilder.java 492354 2007-01-03 23:48:10Z scolebourne $</DD>
172 <DT><B>Author:</B></DT>
173 <DD>Stephen Colebourne, Gary Gregory, Pete Gieser</DD>
174 </DL>
175 <HR>
178 <!-- ======== NESTED CLASS SUMMARY ======== -->
181 <!-- =========== FIELD SUMMARY =========== -->
184 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
186 <A NAME="constructor_summary"><!-- --></A>
187 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
188 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
189 <TD COLSPAN=2><FONT SIZE="+2">
190 <B>Constructor Summary</B></FONT></TD>
191 </TR>
192 <TR BGCOLOR="white" CLASS="TableRowColor">
193 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#ToStringBuilder(java.lang.Object)">ToStringBuilder</A></B>(java.lang.Object&nbsp;object)</CODE>
195 <BR>
196 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for <code>ToStringBuilder</code>.</TD>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#ToStringBuilder(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle)">ToStringBuilder</A></B>(java.lang.Object&nbsp;object,
200 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style)</CODE>
202 <BR>
203 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for <code>ToStringBuilder</code> specifying the
204 output style.</TD>
205 </TR>
206 <TR BGCOLOR="white" CLASS="TableRowColor">
207 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#ToStringBuilder(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle, java.lang.StringBuffer)">ToStringBuilder</A></B>(java.lang.Object&nbsp;object,
208 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style,
209 java.lang.StringBuffer&nbsp;buffer)</CODE>
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor for <code>ToStringBuilder</code>.</TD>
213 </TR>
214 </TABLE>
215 &nbsp;
216 <!-- ========== METHOD SUMMARY =========== -->
218 <A NAME="method_summary"><!-- --></A>
219 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
220 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
221 <TD COLSPAN=2><FONT SIZE="+2">
222 <B>Method Summary</B></FONT></TD>
223 </TR>
224 <TR BGCOLOR="white" CLASS="TableRowColor">
225 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
226 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
227 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(boolean)">append</A></B>(boolean&nbsp;value)</CODE>
229 <BR>
230 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>boolean</code>
231 value.</TD>
232 </TR>
233 <TR BGCOLOR="white" CLASS="TableRowColor">
234 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
235 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
236 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(boolean[])">append</A></B>(boolean[]&nbsp;array)</CODE>
238 <BR>
239 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>boolean</code>
240 array.</TD>
241 </TR>
242 <TR BGCOLOR="white" CLASS="TableRowColor">
243 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
244 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
245 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(byte)">append</A></B>(byte&nbsp;value)</CODE>
247 <BR>
248 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>byte</code>
249 value.</TD>
250 </TR>
251 <TR BGCOLOR="white" CLASS="TableRowColor">
252 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
253 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
254 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(byte[])">append</A></B>(byte[]&nbsp;array)</CODE>
256 <BR>
257 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>byte</code>
258 array.</TD>
259 </TR>
260 <TR BGCOLOR="white" CLASS="TableRowColor">
261 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
262 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
263 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(char)">append</A></B>(char&nbsp;value)</CODE>
265 <BR>
266 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>char</code>
267 value.</TD>
268 </TR>
269 <TR BGCOLOR="white" CLASS="TableRowColor">
270 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
271 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
272 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(char[])">append</A></B>(char[]&nbsp;array)</CODE>
274 <BR>
275 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>char</code>
276 array.</TD>
277 </TR>
278 <TR BGCOLOR="white" CLASS="TableRowColor">
279 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
280 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
281 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(double)">append</A></B>(double&nbsp;value)</CODE>
283 <BR>
284 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>double</code>
285 value.</TD>
286 </TR>
287 <TR BGCOLOR="white" CLASS="TableRowColor">
288 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
289 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
290 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(double[])">append</A></B>(double[]&nbsp;array)</CODE>
292 <BR>
293 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>double</code>
294 array.</TD>
295 </TR>
296 <TR BGCOLOR="white" CLASS="TableRowColor">
297 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
298 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
299 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(float)">append</A></B>(float&nbsp;value)</CODE>
301 <BR>
302 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>float</code>
303 value.</TD>
304 </TR>
305 <TR BGCOLOR="white" CLASS="TableRowColor">
306 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
307 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
308 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(float[])">append</A></B>(float[]&nbsp;array)</CODE>
310 <BR>
311 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>float</code>
312 array.</TD>
313 </TR>
314 <TR BGCOLOR="white" CLASS="TableRowColor">
315 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
316 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
317 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(int)">append</A></B>(int&nbsp;value)</CODE>
319 <BR>
320 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>int</code>
321 value.</TD>
322 </TR>
323 <TR BGCOLOR="white" CLASS="TableRowColor">
324 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
325 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
326 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(int[])">append</A></B>(int[]&nbsp;array)</CODE>
328 <BR>
329 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>int</code>
330 array.</TD>
331 </TR>
332 <TR BGCOLOR="white" CLASS="TableRowColor">
333 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
334 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
335 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(long)">append</A></B>(long&nbsp;value)</CODE>
337 <BR>
338 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>long</code>
339 value.</TD>
340 </TR>
341 <TR BGCOLOR="white" CLASS="TableRowColor">
342 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
343 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
344 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(long[])">append</A></B>(long[]&nbsp;array)</CODE>
346 <BR>
347 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>long</code>
348 array.</TD>
349 </TR>
350 <TR BGCOLOR="white" CLASS="TableRowColor">
351 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
352 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
353 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.Object)">append</A></B>(java.lang.Object&nbsp;obj)</CODE>
355 <BR>
356 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>Object</code>
357 value.</TD>
358 </TR>
359 <TR BGCOLOR="white" CLASS="TableRowColor">
360 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
361 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
362 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.Object[])">append</A></B>(java.lang.Object[]&nbsp;array)</CODE>
364 <BR>
365 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>Object</code>
366 array.</TD>
367 </TR>
368 <TR BGCOLOR="white" CLASS="TableRowColor">
369 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
370 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
371 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(short)">append</A></B>(short&nbsp;value)</CODE>
373 <BR>
374 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>short</code>
375 value.</TD>
376 </TR>
377 <TR BGCOLOR="white" CLASS="TableRowColor">
378 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
379 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
380 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(short[])">append</A></B>(short[]&nbsp;array)</CODE>
382 <BR>
383 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>short</code>
384 array.</TD>
385 </TR>
386 <TR BGCOLOR="white" CLASS="TableRowColor">
387 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
388 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
389 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
390 boolean&nbsp;value)</CODE>
392 <BR>
393 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>boolean</code>
394 value.</TD>
395 </TR>
396 <TR BGCOLOR="white" CLASS="TableRowColor">
397 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
398 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
399 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, boolean[])">append</A></B>(java.lang.String&nbsp;fieldName,
400 boolean[]&nbsp;array)</CODE>
402 <BR>
403 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>boolean</code>
404 array.</TD>
405 </TR>
406 <TR BGCOLOR="white" CLASS="TableRowColor">
407 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
408 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
409 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, boolean[], boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
410 boolean[]&nbsp;array,
411 boolean&nbsp;fullDetail)</CODE>
413 <BR>
414 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>boolean</code>
415 array.</TD>
416 </TR>
417 <TR BGCOLOR="white" CLASS="TableRowColor">
418 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
419 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
420 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, byte)">append</A></B>(java.lang.String&nbsp;fieldName,
421 byte&nbsp;value)</CODE>
423 <BR>
424 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>byte</code>
425 value.</TD>
426 </TR>
427 <TR BGCOLOR="white" CLASS="TableRowColor">
428 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
429 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
430 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, byte[])">append</A></B>(java.lang.String&nbsp;fieldName,
431 byte[]&nbsp;array)</CODE>
433 <BR>
434 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>byte</code> array.</TD>
435 </TR>
436 <TR BGCOLOR="white" CLASS="TableRowColor">
437 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
438 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
439 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, byte[], boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
440 byte[]&nbsp;array,
441 boolean&nbsp;fullDetail)</CODE>
443 <BR>
444 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>byte</code>
445 array.</TD>
446 </TR>
447 <TR BGCOLOR="white" CLASS="TableRowColor">
448 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
449 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
450 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, char)">append</A></B>(java.lang.String&nbsp;fieldName,
451 char&nbsp;value)</CODE>
453 <BR>
454 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>char</code>
455 value.</TD>
456 </TR>
457 <TR BGCOLOR="white" CLASS="TableRowColor">
458 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
459 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
460 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, char[])">append</A></B>(java.lang.String&nbsp;fieldName,
461 char[]&nbsp;array)</CODE>
463 <BR>
464 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>char</code>
465 array.</TD>
466 </TR>
467 <TR BGCOLOR="white" CLASS="TableRowColor">
468 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
469 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
470 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, char[], boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
471 char[]&nbsp;array,
472 boolean&nbsp;fullDetail)</CODE>
474 <BR>
475 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>char</code>
476 array.</TD>
477 </TR>
478 <TR BGCOLOR="white" CLASS="TableRowColor">
479 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
480 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
481 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, double)">append</A></B>(java.lang.String&nbsp;fieldName,
482 double&nbsp;value)</CODE>
484 <BR>
485 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>double</code>
486 value.</TD>
487 </TR>
488 <TR BGCOLOR="white" CLASS="TableRowColor">
489 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
490 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
491 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, double[])">append</A></B>(java.lang.String&nbsp;fieldName,
492 double[]&nbsp;array)</CODE>
494 <BR>
495 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>double</code>
496 array.</TD>
497 </TR>
498 <TR BGCOLOR="white" CLASS="TableRowColor">
499 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
500 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
501 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, double[], boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
502 double[]&nbsp;array,
503 boolean&nbsp;fullDetail)</CODE>
505 <BR>
506 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>double</code>
507 array.</TD>
508 </TR>
509 <TR BGCOLOR="white" CLASS="TableRowColor">
510 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
511 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
512 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, float)">append</A></B>(java.lang.String&nbsp;fieldName,
513 float&nbsp;value)</CODE>
515 <BR>
516 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>float</code>
517 value.</TD>
518 </TR>
519 <TR BGCOLOR="white" CLASS="TableRowColor">
520 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
521 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
522 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, float[])">append</A></B>(java.lang.String&nbsp;fieldName,
523 float[]&nbsp;array)</CODE>
525 <BR>
526 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>float</code>
527 array.</TD>
528 </TR>
529 <TR BGCOLOR="white" CLASS="TableRowColor">
530 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
531 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
532 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, float[], boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
533 float[]&nbsp;array,
534 boolean&nbsp;fullDetail)</CODE>
536 <BR>
537 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>float</code>
538 array.</TD>
539 </TR>
540 <TR BGCOLOR="white" CLASS="TableRowColor">
541 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
542 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
543 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, int)">append</A></B>(java.lang.String&nbsp;fieldName,
544 int&nbsp;value)</CODE>
546 <BR>
547 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>int</code>
548 value.</TD>
549 </TR>
550 <TR BGCOLOR="white" CLASS="TableRowColor">
551 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
552 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
553 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, int[])">append</A></B>(java.lang.String&nbsp;fieldName,
554 int[]&nbsp;array)</CODE>
556 <BR>
557 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>int</code>
558 array.</TD>
559 </TR>
560 <TR BGCOLOR="white" CLASS="TableRowColor">
561 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
562 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
563 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, int[], boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
564 int[]&nbsp;array,
565 boolean&nbsp;fullDetail)</CODE>
567 <BR>
568 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>int</code>
569 array.</TD>
570 </TR>
571 <TR BGCOLOR="white" CLASS="TableRowColor">
572 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
573 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
574 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, long)">append</A></B>(java.lang.String&nbsp;fieldName,
575 long&nbsp;value)</CODE>
577 <BR>
578 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>long</code>
579 value.</TD>
580 </TR>
581 <TR BGCOLOR="white" CLASS="TableRowColor">
582 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
583 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
584 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, long[])">append</A></B>(java.lang.String&nbsp;fieldName,
585 long[]&nbsp;array)</CODE>
587 <BR>
588 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>long</code>
589 array.</TD>
590 </TR>
591 <TR BGCOLOR="white" CLASS="TableRowColor">
592 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
593 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
594 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, long[], boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
595 long[]&nbsp;array,
596 boolean&nbsp;fullDetail)</CODE>
598 <BR>
599 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>long</code>
600 array.</TD>
601 </TR>
602 <TR BGCOLOR="white" CLASS="TableRowColor">
603 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
604 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
605 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, java.lang.Object)">append</A></B>(java.lang.String&nbsp;fieldName,
606 java.lang.Object&nbsp;obj)</CODE>
608 <BR>
609 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>Object</code>
610 value.</TD>
611 </TR>
612 <TR BGCOLOR="white" CLASS="TableRowColor">
613 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
614 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
615 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, java.lang.Object[])">append</A></B>(java.lang.String&nbsp;fieldName,
616 java.lang.Object[]&nbsp;array)</CODE>
618 <BR>
619 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>Object</code>
620 array.</TD>
621 </TR>
622 <TR BGCOLOR="white" CLASS="TableRowColor">
623 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
624 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
625 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, java.lang.Object[], boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
626 java.lang.Object[]&nbsp;array,
627 boolean&nbsp;fullDetail)</CODE>
629 <BR>
630 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>Object</code>
631 array.</TD>
632 </TR>
633 <TR BGCOLOR="white" CLASS="TableRowColor">
634 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
635 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
636 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, java.lang.Object, boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
637 java.lang.Object&nbsp;obj,
638 boolean&nbsp;fullDetail)</CODE>
640 <BR>
641 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>Object</code>
642 value.</TD>
643 </TR>
644 <TR BGCOLOR="white" CLASS="TableRowColor">
645 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
646 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
647 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, short)">append</A></B>(java.lang.String&nbsp;fieldName,
648 short&nbsp;value)</CODE>
650 <BR>
651 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> an <code>short</code>
652 value.</TD>
653 </TR>
654 <TR BGCOLOR="white" CLASS="TableRowColor">
655 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
656 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
657 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, short[])">append</A></B>(java.lang.String&nbsp;fieldName,
658 short[]&nbsp;array)</CODE>
660 <BR>
661 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>short</code>
662 array.</TD>
663 </TR>
664 <TR BGCOLOR="white" CLASS="TableRowColor">
665 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
666 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
667 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#append(java.lang.String, short[], boolean)">append</A></B>(java.lang.String&nbsp;fieldName,
668 short[]&nbsp;array,
669 boolean&nbsp;fullDetail)</CODE>
671 <BR>
672 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append to the <code>toString</code> a <code>short</code>
673 array.</TD>
674 </TR>
675 <TR BGCOLOR="white" CLASS="TableRowColor">
676 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
677 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
678 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#appendAsObjectToString(java.lang.Object)">appendAsObjectToString</A></B>(java.lang.Object&nbsp;object)</CODE>
680 <BR>
681 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appends with the same format as the default <code>Object toString()
682 </code> method.</TD>
683 </TR>
684 <TR BGCOLOR="white" CLASS="TableRowColor">
685 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
686 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
687 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#appendSuper(java.lang.String)">appendSuper</A></B>(java.lang.String&nbsp;superToString)</CODE>
689 <BR>
690 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append the <code>toString</code> from the superclass.</TD>
691 </TR>
692 <TR BGCOLOR="white" CLASS="TableRowColor">
693 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
694 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A></CODE></FONT></TD>
695 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#appendToString(java.lang.String)">appendToString</A></B>(java.lang.String&nbsp;toString)</CODE>
697 <BR>
698 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Append the <code>toString</code> from another object.</TD>
699 </TR>
700 <TR BGCOLOR="white" CLASS="TableRowColor">
701 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
702 <CODE>static&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A></CODE></FONT></TD>
703 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#getDefaultStyle()">getDefaultStyle</A></B>()</CODE>
705 <BR>
706 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the default <code>ToStringStyle</code> to use.</TD>
707 </TR>
708 <TR BGCOLOR="white" CLASS="TableRowColor">
709 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
710 <CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
711 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#getObject()">getObject</A></B>()</CODE>
713 <BR>
714 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the <code>Object</code> being output.</TD>
715 </TR>
716 <TR BGCOLOR="white" CLASS="TableRowColor">
717 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
718 <CODE>&nbsp;java.lang.StringBuffer</CODE></FONT></TD>
719 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#getStringBuffer()">getStringBuffer</A></B>()</CODE>
721 <BR>
722 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the <code>StringBuffer</code> being populated.</TD>
723 </TR>
724 <TR BGCOLOR="white" CLASS="TableRowColor">
725 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
726 <CODE>&nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A></CODE></FONT></TD>
727 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#getStyle()">getStyle</A></B>()</CODE>
729 <BR>
730 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the <code>ToStringStyle</code> being used.</TD>
731 </TR>
732 <TR BGCOLOR="white" CLASS="TableRowColor">
733 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
734 <CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
735 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#reflectionToString(java.lang.Object)">reflectionToString</A></B>(java.lang.Object&nbsp;object)</CODE>
737 <BR>
738 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forwards to <code>ReflectionToStringBuilder</code>.</TD>
739 </TR>
740 <TR BGCOLOR="white" CLASS="TableRowColor">
741 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
742 <CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
743 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#reflectionToString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle)">reflectionToString</A></B>(java.lang.Object&nbsp;object,
744 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style)</CODE>
746 <BR>
747 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forwards to <code>ReflectionToStringBuilder</code>.</TD>
748 </TR>
749 <TR BGCOLOR="white" CLASS="TableRowColor">
750 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
751 <CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
752 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#reflectionToString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle, boolean)">reflectionToString</A></B>(java.lang.Object&nbsp;object,
753 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style,
754 boolean&nbsp;outputTransients)</CODE>
756 <BR>
757 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forwards to <code>ReflectionToStringBuilder</code>.</TD>
758 </TR>
759 <TR BGCOLOR="white" CLASS="TableRowColor">
760 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
761 <CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
762 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#reflectionToString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle, boolean, java.lang.Class)">reflectionToString</A></B>(java.lang.Object&nbsp;object,
763 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style,
764 boolean&nbsp;outputTransients,
765 java.lang.Class&nbsp;reflectUpToClass)</CODE>
767 <BR>
768 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Forwards to <code>ReflectionToStringBuilder</code>.</TD>
769 </TR>
770 <TR BGCOLOR="white" CLASS="TableRowColor">
771 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
772 <CODE>static&nbsp;void</CODE></FONT></TD>
773 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#setDefaultStyle(org.apache.commons.lang.builder.ToStringStyle)">setDefaultStyle</A></B>(<A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style)</CODE>
775 <BR>
776 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the default <code>ToStringStyle</code> to use.</TD>
777 </TR>
778 <TR BGCOLOR="white" CLASS="TableRowColor">
779 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
780 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
781 <TD><CODE><B><A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#toString()">toString</A></B>()</CODE>
783 <BR>
784 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the built <code>toString</code>.</TD>
785 </TR>
786 </TABLE>
787 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
788 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
789 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
790 <TD><B>Methods inherited from class java.lang.Object</B></TD>
791 </TR>
792 <TR BGCOLOR="white" CLASS="TableRowColor">
793 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
794 </TR>
795 </TABLE>
796 &nbsp;
799 <!-- ============ FIELD DETAIL =========== -->
802 <!-- ========= CONSTRUCTOR DETAIL ======== -->
804 <A NAME="constructor_detail"><!-- --></A>
805 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
806 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
807 <TD COLSPAN=1><FONT SIZE="+2">
808 <B>Constructor Detail</B></FONT></TD>
809 </TR>
810 </TABLE>
812 <A NAME="ToStringBuilder(java.lang.Object)"><!-- --></A><H3>
813 ToStringBuilder</H3>
814 <PRE>
815 public <B>ToStringBuilder</B>(java.lang.Object&nbsp;object)</PRE>
816 <DL>
817 <DD><p>Constructor for <code>ToStringBuilder</code>.</p>
819 <p>This constructor outputs using the default style set with
820 <code>setDefaultStyle</code>.</p>
822 <DT><B>Parameters:</B><DD><CODE>object</CODE> - the Object to build a <code>toString</code> for
823 <DT><B>Throws:</B>
824 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if the Object passed in is
825 <code>null</code></DL>
826 <HR>
828 <A NAME="ToStringBuilder(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle)"><!-- --></A><H3>
829 ToStringBuilder</H3>
830 <PRE>
831 public <B>ToStringBuilder</B>(java.lang.Object&nbsp;object,
832 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style)</PRE>
833 <DL>
834 <DD><p>Constructor for <code>ToStringBuilder</code> specifying the
835 output style.</p>
837 <p>If the style is <code>null</code>, the default style is used.</p>
839 <DT><B>Parameters:</B><DD><CODE>object</CODE> - the Object to build a <code>toString</code> for<DD><CODE>style</CODE> - the style of the <code>toString</code> to create,
840 may be <code>null</code>
841 <DT><B>Throws:</B>
842 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if the Object passed in is
843 <code>null</code></DL>
844 <HR>
846 <A NAME="ToStringBuilder(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle, java.lang.StringBuffer)"><!-- --></A><H3>
847 ToStringBuilder</H3>
848 <PRE>
849 public <B>ToStringBuilder</B>(java.lang.Object&nbsp;object,
850 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style,
851 java.lang.StringBuffer&nbsp;buffer)</PRE>
852 <DL>
853 <DD><p>Constructor for <code>ToStringBuilder</code>.</p>
855 <p>If the style is <code>null</code>, the default style is used.</p>
857 <p>If the buffer is <code>null</code>, a new one is created.</p>
859 <DT><B>Parameters:</B><DD><CODE>object</CODE> - the Object to build a <code>toString</code> for<DD><CODE>style</CODE> - the style of the <code>toString</code> to create,
860 may be <code>null</code><DD><CODE>buffer</CODE> - the <code>StringBuffer</code> to populate, may be
861 <code>null</code></DL>
863 <!-- ============ METHOD DETAIL ========== -->
865 <A NAME="method_detail"><!-- --></A>
866 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
867 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
868 <TD COLSPAN=1><FONT SIZE="+2">
869 <B>Method Detail</B></FONT></TD>
870 </TR>
871 </TABLE>
873 <A NAME="getDefaultStyle()"><!-- --></A><H3>
874 getDefaultStyle</H3>
875 <PRE>
876 public static <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A> <B>getDefaultStyle</B>()</PRE>
877 <DL>
878 <DD><p>Gets the default <code>ToStringStyle</code> to use.</p>
880 <p>This could allow the <code>ToStringStyle</code> to be
881 controlled for an entire application with one call.</p>
883 <p>This might be used to have a verbose
884 <code>ToStringStyle</code> during development and a compact
885 <code>ToStringStyle</code> in production.</p>
887 <DD><DL>
889 <DT><B>Returns:</B><DD>the default <code>ToStringStyle</code></DL>
890 </DD>
891 </DL>
892 <HR>
894 <A NAME="reflectionToString(java.lang.Object)"><!-- --></A><H3>
895 reflectionToString</H3>
896 <PRE>
897 public static java.lang.String <B>reflectionToString</B>(java.lang.Object&nbsp;object)</PRE>
898 <DL>
899 <DD><p>Forwards to <code>ReflectionToStringBuilder</code>.</p>
901 <DD><DL>
902 <DT><B>Parameters:</B><DD><CODE>object</CODE> - the Object to be output
903 <DT><B>Returns:</B><DD>the String result<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/lang/builder/ReflectionToStringBuilder.html#toString(java.lang.Object)"><CODE>ReflectionToStringBuilder.toString(Object)</CODE></A></DL>
904 </DD>
905 </DL>
906 <HR>
908 <A NAME="reflectionToString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle)"><!-- --></A><H3>
909 reflectionToString</H3>
910 <PRE>
911 public static java.lang.String <B>reflectionToString</B>(java.lang.Object&nbsp;object,
912 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style)</PRE>
913 <DL>
914 <DD><p>Forwards to <code>ReflectionToStringBuilder</code>.</p>
916 <DD><DL>
917 <DT><B>Parameters:</B><DD><CODE>object</CODE> - the Object to be output<DD><CODE>style</CODE> - the style of the <code>toString</code> to create, may be <code>null</code>
918 <DT><B>Returns:</B><DD>the String result<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/lang/builder/ReflectionToStringBuilder.html#toString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle)"><CODE>ReflectionToStringBuilder.toString(Object,ToStringStyle)</CODE></A></DL>
919 </DD>
920 </DL>
921 <HR>
923 <A NAME="reflectionToString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle, boolean)"><!-- --></A><H3>
924 reflectionToString</H3>
925 <PRE>
926 public static java.lang.String <B>reflectionToString</B>(java.lang.Object&nbsp;object,
927 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style,
928 boolean&nbsp;outputTransients)</PRE>
929 <DL>
930 <DD><p>Forwards to <code>ReflectionToStringBuilder</code>.</p>
932 <DD><DL>
933 <DT><B>Parameters:</B><DD><CODE>object</CODE> - the Object to be output<DD><CODE>style</CODE> - the style of the <code>toString</code> to create, may be <code>null</code><DD><CODE>outputTransients</CODE> - whether to include transient fields
934 <DT><B>Returns:</B><DD>the String result<DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/lang/builder/ReflectionToStringBuilder.html#toString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle, boolean)"><CODE>ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean)</CODE></A></DL>
935 </DD>
936 </DL>
937 <HR>
939 <A NAME="reflectionToString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle, boolean, java.lang.Class)"><!-- --></A><H3>
940 reflectionToString</H3>
941 <PRE>
942 public static java.lang.String <B>reflectionToString</B>(java.lang.Object&nbsp;object,
943 <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style,
944 boolean&nbsp;outputTransients,
945 java.lang.Class&nbsp;reflectUpToClass)</PRE>
946 <DL>
947 <DD><p>Forwards to <code>ReflectionToStringBuilder</code>.</p>
949 <DD><DL>
950 <DT><B>Parameters:</B><DD><CODE>object</CODE> - the Object to be output<DD><CODE>style</CODE> - the style of the <code>toString</code> to create, may be <code>null</code><DD><CODE>outputTransients</CODE> - whether to include transient fields<DD><CODE>reflectUpToClass</CODE> - the superclass to reflect up to (inclusive), may be <code>null</code>
951 <DT><B>Returns:</B><DD>the String result<DT><B>Since:</B></DT>
952 <DD>2.0</DD>
953 <DT><B>See Also:</B><DD><A HREF="../../../../../org/apache/commons/lang/builder/ReflectionToStringBuilder.html#toString(java.lang.Object, org.apache.commons.lang.builder.ToStringStyle, boolean, boolean, java.lang.Class)"><CODE>ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean,boolean,Class)</CODE></A></DL>
954 </DD>
955 </DL>
956 <HR>
958 <A NAME="setDefaultStyle(org.apache.commons.lang.builder.ToStringStyle)"><!-- --></A><H3>
959 setDefaultStyle</H3>
960 <PRE>
961 public static void <B>setDefaultStyle</B>(<A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A>&nbsp;style)</PRE>
962 <DL>
963 <DD><p>Sets the default <code>ToStringStyle</code> to use.</p>
965 <DD><DL>
966 <DT><B>Parameters:</B><DD><CODE>style</CODE> - the default <code>ToStringStyle</code>
967 <DT><B>Throws:</B>
968 <DD><CODE>java.lang.IllegalArgumentException</CODE> - if the style is <code>null</code></DL>
969 </DD>
970 </DL>
971 <HR>
973 <A NAME="append(boolean)"><!-- --></A><H3>
974 append</H3>
975 <PRE>
976 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(boolean&nbsp;value)</PRE>
977 <DL>
978 <DD><p>Append to the <code>toString</code> a <code>boolean</code>
979 value.</p>
981 <DD><DL>
982 <DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to add to the <code>toString</code>
983 <DT><B>Returns:</B><DD>this</DL>
984 </DD>
985 </DL>
986 <HR>
988 <A NAME="append(boolean[])"><!-- --></A><H3>
989 append</H3>
990 <PRE>
991 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(boolean[]&nbsp;array)</PRE>
992 <DL>
993 <DD><p>Append to the <code>toString</code> a <code>boolean</code>
994 array.</p>
996 <DD><DL>
997 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the array to add to the <code>toString</code>
998 <DT><B>Returns:</B><DD>this</DL>
999 </DD>
1000 </DL>
1001 <HR>
1003 <A NAME="append(byte)"><!-- --></A><H3>
1004 append</H3>
1005 <PRE>
1006 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(byte&nbsp;value)</PRE>
1007 <DL>
1008 <DD><p>Append to the <code>toString</code> a <code>byte</code>
1009 value.</p>
1011 <DD><DL>
1012 <DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1013 <DT><B>Returns:</B><DD>this</DL>
1014 </DD>
1015 </DL>
1016 <HR>
1018 <A NAME="append(byte[])"><!-- --></A><H3>
1019 append</H3>
1020 <PRE>
1021 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(byte[]&nbsp;array)</PRE>
1022 <DL>
1023 <DD><p>Append to the <code>toString</code> a <code>byte</code>
1024 array.</p>
1026 <DD><DL>
1027 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1028 <DT><B>Returns:</B><DD>this</DL>
1029 </DD>
1030 </DL>
1031 <HR>
1033 <A NAME="append(char)"><!-- --></A><H3>
1034 append</H3>
1035 <PRE>
1036 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(char&nbsp;value)</PRE>
1037 <DL>
1038 <DD><p>Append to the <code>toString</code> a <code>char</code>
1039 value.</p>
1041 <DD><DL>
1042 <DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1043 <DT><B>Returns:</B><DD>this</DL>
1044 </DD>
1045 </DL>
1046 <HR>
1048 <A NAME="append(char[])"><!-- --></A><H3>
1049 append</H3>
1050 <PRE>
1051 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(char[]&nbsp;array)</PRE>
1052 <DL>
1053 <DD><p>Append to the <code>toString</code> a <code>char</code>
1054 array.</p>
1056 <DD><DL>
1057 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1058 <DT><B>Returns:</B><DD>this</DL>
1059 </DD>
1060 </DL>
1061 <HR>
1063 <A NAME="append(double)"><!-- --></A><H3>
1064 append</H3>
1065 <PRE>
1066 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(double&nbsp;value)</PRE>
1067 <DL>
1068 <DD><p>Append to the <code>toString</code> a <code>double</code>
1069 value.</p>
1071 <DD><DL>
1072 <DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1073 <DT><B>Returns:</B><DD>this</DL>
1074 </DD>
1075 </DL>
1076 <HR>
1078 <A NAME="append(double[])"><!-- --></A><H3>
1079 append</H3>
1080 <PRE>
1081 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(double[]&nbsp;array)</PRE>
1082 <DL>
1083 <DD><p>Append to the <code>toString</code> a <code>double</code>
1084 array.</p>
1086 <DD><DL>
1087 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1088 <DT><B>Returns:</B><DD>this</DL>
1089 </DD>
1090 </DL>
1091 <HR>
1093 <A NAME="append(float)"><!-- --></A><H3>
1094 append</H3>
1095 <PRE>
1096 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(float&nbsp;value)</PRE>
1097 <DL>
1098 <DD><p>Append to the <code>toString</code> a <code>float</code>
1099 value.</p>
1101 <DD><DL>
1102 <DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1103 <DT><B>Returns:</B><DD>this</DL>
1104 </DD>
1105 </DL>
1106 <HR>
1108 <A NAME="append(float[])"><!-- --></A><H3>
1109 append</H3>
1110 <PRE>
1111 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(float[]&nbsp;array)</PRE>
1112 <DL>
1113 <DD><p>Append to the <code>toString</code> a <code>float</code>
1114 array.</p>
1116 <DD><DL>
1117 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1118 <DT><B>Returns:</B><DD>this</DL>
1119 </DD>
1120 </DL>
1121 <HR>
1123 <A NAME="append(int)"><!-- --></A><H3>
1124 append</H3>
1125 <PRE>
1126 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(int&nbsp;value)</PRE>
1127 <DL>
1128 <DD><p>Append to the <code>toString</code> an <code>int</code>
1129 value.</p>
1131 <DD><DL>
1132 <DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1133 <DT><B>Returns:</B><DD>this</DL>
1134 </DD>
1135 </DL>
1136 <HR>
1138 <A NAME="append(int[])"><!-- --></A><H3>
1139 append</H3>
1140 <PRE>
1141 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(int[]&nbsp;array)</PRE>
1142 <DL>
1143 <DD><p>Append to the <code>toString</code> an <code>int</code>
1144 array.</p>
1146 <DD><DL>
1147 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1148 <DT><B>Returns:</B><DD>this</DL>
1149 </DD>
1150 </DL>
1151 <HR>
1153 <A NAME="append(long)"><!-- --></A><H3>
1154 append</H3>
1155 <PRE>
1156 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(long&nbsp;value)</PRE>
1157 <DL>
1158 <DD><p>Append to the <code>toString</code> a <code>long</code>
1159 value.</p>
1161 <DD><DL>
1162 <DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1163 <DT><B>Returns:</B><DD>this</DL>
1164 </DD>
1165 </DL>
1166 <HR>
1168 <A NAME="append(long[])"><!-- --></A><H3>
1169 append</H3>
1170 <PRE>
1171 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(long[]&nbsp;array)</PRE>
1172 <DL>
1173 <DD><p>Append to the <code>toString</code> a <code>long</code>
1174 array.</p>
1176 <DD><DL>
1177 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1178 <DT><B>Returns:</B><DD>this</DL>
1179 </DD>
1180 </DL>
1181 <HR>
1183 <A NAME="append(java.lang.Object)"><!-- --></A><H3>
1184 append</H3>
1185 <PRE>
1186 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.Object&nbsp;obj)</PRE>
1187 <DL>
1188 <DD><p>Append to the <code>toString</code> an <code>Object</code>
1189 value.</p>
1191 <DD><DL>
1192 <DT><B>Parameters:</B><DD><CODE>obj</CODE> - the value to add to the <code>toString</code>
1193 <DT><B>Returns:</B><DD>this</DL>
1194 </DD>
1195 </DL>
1196 <HR>
1198 <A NAME="append(java.lang.Object[])"><!-- --></A><H3>
1199 append</H3>
1200 <PRE>
1201 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.Object[]&nbsp;array)</PRE>
1202 <DL>
1203 <DD><p>Append to the <code>toString</code> an <code>Object</code>
1204 array.</p>
1206 <DD><DL>
1207 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1208 <DT><B>Returns:</B><DD>this</DL>
1209 </DD>
1210 </DL>
1211 <HR>
1213 <A NAME="append(short)"><!-- --></A><H3>
1214 append</H3>
1215 <PRE>
1216 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(short&nbsp;value)</PRE>
1217 <DL>
1218 <DD><p>Append to the <code>toString</code> a <code>short</code>
1219 value.</p>
1221 <DD><DL>
1222 <DT><B>Parameters:</B><DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1223 <DT><B>Returns:</B><DD>this</DL>
1224 </DD>
1225 </DL>
1226 <HR>
1228 <A NAME="append(short[])"><!-- --></A><H3>
1229 append</H3>
1230 <PRE>
1231 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(short[]&nbsp;array)</PRE>
1232 <DL>
1233 <DD><p>Append to the <code>toString</code> a <code>short</code>
1234 array.</p>
1236 <DD><DL>
1237 <DT><B>Parameters:</B><DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1238 <DT><B>Returns:</B><DD>this</DL>
1239 </DD>
1240 </DL>
1241 <HR>
1243 <A NAME="append(java.lang.String, boolean)"><!-- --></A><H3>
1244 append</H3>
1245 <PRE>
1246 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1247 boolean&nbsp;value)</PRE>
1248 <DL>
1249 <DD><p>Append to the <code>toString</code> a <code>boolean</code>
1250 value.</p>
1252 <DD><DL>
1253 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1254 <DT><B>Returns:</B><DD>this</DL>
1255 </DD>
1256 </DL>
1257 <HR>
1259 <A NAME="append(java.lang.String, boolean[])"><!-- --></A><H3>
1260 append</H3>
1261 <PRE>
1262 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1263 boolean[]&nbsp;array)</PRE>
1264 <DL>
1265 <DD><p>Append to the <code>toString</code> a <code>boolean</code>
1266 array.</p>
1268 <DD><DL>
1269 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>hashCode</code>
1270 <DT><B>Returns:</B><DD>this</DL>
1271 </DD>
1272 </DL>
1273 <HR>
1275 <A NAME="append(java.lang.String, boolean[], boolean)"><!-- --></A><H3>
1276 append</H3>
1277 <PRE>
1278 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1279 boolean[]&nbsp;array,
1280 boolean&nbsp;fullDetail)</PRE>
1281 <DL>
1282 <DD><p>Append to the <code>toString</code> a <code>boolean</code>
1283 array.</p>
1285 <p>A boolean parameter controls the level of detail to show.
1286 Setting <code>true</code> will output the array in full. Setting
1287 <code>false</code> will output a summary, typically the size of
1288 the array.</p>
1290 <DD><DL>
1291 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail, <code>false</code>
1292 for summary info
1293 <DT><B>Returns:</B><DD>this</DL>
1294 </DD>
1295 </DL>
1296 <HR>
1298 <A NAME="append(java.lang.String, byte)"><!-- --></A><H3>
1299 append</H3>
1300 <PRE>
1301 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1302 byte&nbsp;value)</PRE>
1303 <DL>
1304 <DD><p>Append to the <code>toString</code> an <code>byte</code>
1305 value.</p>
1307 <DD><DL>
1308 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1309 <DT><B>Returns:</B><DD>this</DL>
1310 </DD>
1311 </DL>
1312 <HR>
1314 <A NAME="append(java.lang.String, byte[])"><!-- --></A><H3>
1315 append</H3>
1316 <PRE>
1317 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1318 byte[]&nbsp;array)</PRE>
1319 <DL>
1320 <DD><p>Append to the <code>toString</code> a <code>byte</code> array.</p>
1322 <DD><DL>
1323 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1324 <DT><B>Returns:</B><DD>this</DL>
1325 </DD>
1326 </DL>
1327 <HR>
1329 <A NAME="append(java.lang.String, byte[], boolean)"><!-- --></A><H3>
1330 append</H3>
1331 <PRE>
1332 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1333 byte[]&nbsp;array,
1334 boolean&nbsp;fullDetail)</PRE>
1335 <DL>
1336 <DD><p>Append to the <code>toString</code> a <code>byte</code>
1337 array.</p>
1339 <p>A boolean parameter controls the level of detail to show.
1340 Setting <code>true</code> will output the array in full. Setting
1341 <code>false</code> will output a summary, typically the size of
1342 the array.
1344 <DD><DL>
1345 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail, <code>false</code>
1346 for summary info
1347 <DT><B>Returns:</B><DD>this</DL>
1348 </DD>
1349 </DL>
1350 <HR>
1352 <A NAME="append(java.lang.String, char)"><!-- --></A><H3>
1353 append</H3>
1354 <PRE>
1355 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1356 char&nbsp;value)</PRE>
1357 <DL>
1358 <DD><p>Append to the <code>toString</code> a <code>char</code>
1359 value.</p>
1361 <DD><DL>
1362 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1363 <DT><B>Returns:</B><DD>this</DL>
1364 </DD>
1365 </DL>
1366 <HR>
1368 <A NAME="append(java.lang.String, char[])"><!-- --></A><H3>
1369 append</H3>
1370 <PRE>
1371 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1372 char[]&nbsp;array)</PRE>
1373 <DL>
1374 <DD><p>Append to the <code>toString</code> a <code>char</code>
1375 array.</p>
1377 <DD><DL>
1378 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1379 <DT><B>Returns:</B><DD>this</DL>
1380 </DD>
1381 </DL>
1382 <HR>
1384 <A NAME="append(java.lang.String, char[], boolean)"><!-- --></A><H3>
1385 append</H3>
1386 <PRE>
1387 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1388 char[]&nbsp;array,
1389 boolean&nbsp;fullDetail)</PRE>
1390 <DL>
1391 <DD><p>Append to the <code>toString</code> a <code>char</code>
1392 array.</p>
1394 <p>A boolean parameter controls the level of detail to show.
1395 Setting <code>true</code> will output the array in full. Setting
1396 <code>false</code> will output a summary, typically the size of
1397 the array.</p>
1399 <DD><DL>
1400 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail, <code>false</code>
1401 for summary info
1402 <DT><B>Returns:</B><DD>this</DL>
1403 </DD>
1404 </DL>
1405 <HR>
1407 <A NAME="append(java.lang.String, double)"><!-- --></A><H3>
1408 append</H3>
1409 <PRE>
1410 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1411 double&nbsp;value)</PRE>
1412 <DL>
1413 <DD><p>Append to the <code>toString</code> a <code>double</code>
1414 value.</p>
1416 <DD><DL>
1417 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1418 <DT><B>Returns:</B><DD>this</DL>
1419 </DD>
1420 </DL>
1421 <HR>
1423 <A NAME="append(java.lang.String, double[])"><!-- --></A><H3>
1424 append</H3>
1425 <PRE>
1426 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1427 double[]&nbsp;array)</PRE>
1428 <DL>
1429 <DD><p>Append to the <code>toString</code> a <code>double</code>
1430 array.</p>
1432 <DD><DL>
1433 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1434 <DT><B>Returns:</B><DD>this</DL>
1435 </DD>
1436 </DL>
1437 <HR>
1439 <A NAME="append(java.lang.String, double[], boolean)"><!-- --></A><H3>
1440 append</H3>
1441 <PRE>
1442 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1443 double[]&nbsp;array,
1444 boolean&nbsp;fullDetail)</PRE>
1445 <DL>
1446 <DD><p>Append to the <code>toString</code> a <code>double</code>
1447 array.</p>
1449 <p>A boolean parameter controls the level of detail to show.
1450 Setting <code>true</code> will output the array in full. Setting
1451 <code>false</code> will output a summary, typically the size of
1452 the array.</p>
1454 <DD><DL>
1455 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail, <code>false</code>
1456 for summary info
1457 <DT><B>Returns:</B><DD>this</DL>
1458 </DD>
1459 </DL>
1460 <HR>
1462 <A NAME="append(java.lang.String, float)"><!-- --></A><H3>
1463 append</H3>
1464 <PRE>
1465 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1466 float&nbsp;value)</PRE>
1467 <DL>
1468 <DD><p>Append to the <code>toString</code> an <code>float</code>
1469 value.</p>
1471 <DD><DL>
1472 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1473 <DT><B>Returns:</B><DD>this</DL>
1474 </DD>
1475 </DL>
1476 <HR>
1478 <A NAME="append(java.lang.String, float[])"><!-- --></A><H3>
1479 append</H3>
1480 <PRE>
1481 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1482 float[]&nbsp;array)</PRE>
1483 <DL>
1484 <DD><p>Append to the <code>toString</code> a <code>float</code>
1485 array.</p>
1487 <DD><DL>
1488 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1489 <DT><B>Returns:</B><DD>this</DL>
1490 </DD>
1491 </DL>
1492 <HR>
1494 <A NAME="append(java.lang.String, float[], boolean)"><!-- --></A><H3>
1495 append</H3>
1496 <PRE>
1497 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1498 float[]&nbsp;array,
1499 boolean&nbsp;fullDetail)</PRE>
1500 <DL>
1501 <DD><p>Append to the <code>toString</code> a <code>float</code>
1502 array.</p>
1504 <p>A boolean parameter controls the level of detail to show.
1505 Setting <code>true</code> will output the array in full. Setting
1506 <code>false</code> will output a summary, typically the size of
1507 the array.</p>
1509 <DD><DL>
1510 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail, <code>false</code>
1511 for summary info
1512 <DT><B>Returns:</B><DD>this</DL>
1513 </DD>
1514 </DL>
1515 <HR>
1517 <A NAME="append(java.lang.String, int)"><!-- --></A><H3>
1518 append</H3>
1519 <PRE>
1520 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1521 int&nbsp;value)</PRE>
1522 <DL>
1523 <DD><p>Append to the <code>toString</code> an <code>int</code>
1524 value.</p>
1526 <DD><DL>
1527 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1528 <DT><B>Returns:</B><DD>this</DL>
1529 </DD>
1530 </DL>
1531 <HR>
1533 <A NAME="append(java.lang.String, int[])"><!-- --></A><H3>
1534 append</H3>
1535 <PRE>
1536 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1537 int[]&nbsp;array)</PRE>
1538 <DL>
1539 <DD><p>Append to the <code>toString</code> an <code>int</code>
1540 array.</p>
1542 <DD><DL>
1543 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1544 <DT><B>Returns:</B><DD>this</DL>
1545 </DD>
1546 </DL>
1547 <HR>
1549 <A NAME="append(java.lang.String, int[], boolean)"><!-- --></A><H3>
1550 append</H3>
1551 <PRE>
1552 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1553 int[]&nbsp;array,
1554 boolean&nbsp;fullDetail)</PRE>
1555 <DL>
1556 <DD><p>Append to the <code>toString</code> an <code>int</code>
1557 array.</p>
1559 <p>A boolean parameter controls the level of detail to show.
1560 Setting <code>true</code> will output the array in full. Setting
1561 <code>false</code> will output a summary, typically the size of
1562 the array.</p>
1564 <DD><DL>
1565 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail, <code>false</code>
1566 for summary info
1567 <DT><B>Returns:</B><DD>this</DL>
1568 </DD>
1569 </DL>
1570 <HR>
1572 <A NAME="append(java.lang.String, long)"><!-- --></A><H3>
1573 append</H3>
1574 <PRE>
1575 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1576 long&nbsp;value)</PRE>
1577 <DL>
1578 <DD><p>Append to the <code>toString</code> a <code>long</code>
1579 value.</p>
1581 <DD><DL>
1582 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1583 <DT><B>Returns:</B><DD>this</DL>
1584 </DD>
1585 </DL>
1586 <HR>
1588 <A NAME="append(java.lang.String, long[])"><!-- --></A><H3>
1589 append</H3>
1590 <PRE>
1591 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1592 long[]&nbsp;array)</PRE>
1593 <DL>
1594 <DD><p>Append to the <code>toString</code> a <code>long</code>
1595 array.</p>
1597 <DD><DL>
1598 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1599 <DT><B>Returns:</B><DD>this</DL>
1600 </DD>
1601 </DL>
1602 <HR>
1604 <A NAME="append(java.lang.String, long[], boolean)"><!-- --></A><H3>
1605 append</H3>
1606 <PRE>
1607 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1608 long[]&nbsp;array,
1609 boolean&nbsp;fullDetail)</PRE>
1610 <DL>
1611 <DD><p>Append to the <code>toString</code> a <code>long</code>
1612 array.</p>
1614 <p>A boolean parameter controls the level of detail to show.
1615 Setting <code>true</code> will output the array in full. Setting
1616 <code>false</code> will output a summary, typically the size of
1617 the array.</p>
1619 <DD><DL>
1620 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail, <code>false</code>
1621 for summary info
1622 <DT><B>Returns:</B><DD>this</DL>
1623 </DD>
1624 </DL>
1625 <HR>
1627 <A NAME="append(java.lang.String, java.lang.Object)"><!-- --></A><H3>
1628 append</H3>
1629 <PRE>
1630 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1631 java.lang.Object&nbsp;obj)</PRE>
1632 <DL>
1633 <DD><p>Append to the <code>toString</code> an <code>Object</code>
1634 value.</p>
1636 <DD><DL>
1637 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>obj</CODE> - the value to add to the <code>toString</code>
1638 <DT><B>Returns:</B><DD>this</DL>
1639 </DD>
1640 </DL>
1641 <HR>
1643 <A NAME="append(java.lang.String, java.lang.Object, boolean)"><!-- --></A><H3>
1644 append</H3>
1645 <PRE>
1646 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1647 java.lang.Object&nbsp;obj,
1648 boolean&nbsp;fullDetail)</PRE>
1649 <DL>
1650 <DD><p>Append to the <code>toString</code> an <code>Object</code>
1651 value.</p>
1653 <DD><DL>
1654 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>obj</CODE> - the value to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail,
1655 <code>false</code> for summary info
1656 <DT><B>Returns:</B><DD>this</DL>
1657 </DD>
1658 </DL>
1659 <HR>
1661 <A NAME="append(java.lang.String, java.lang.Object[])"><!-- --></A><H3>
1662 append</H3>
1663 <PRE>
1664 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1665 java.lang.Object[]&nbsp;array)</PRE>
1666 <DL>
1667 <DD><p>Append to the <code>toString</code> an <code>Object</code>
1668 array.</p>
1670 <DD><DL>
1671 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1672 <DT><B>Returns:</B><DD>this</DL>
1673 </DD>
1674 </DL>
1675 <HR>
1677 <A NAME="append(java.lang.String, java.lang.Object[], boolean)"><!-- --></A><H3>
1678 append</H3>
1679 <PRE>
1680 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1681 java.lang.Object[]&nbsp;array,
1682 boolean&nbsp;fullDetail)</PRE>
1683 <DL>
1684 <DD><p>Append to the <code>toString</code> an <code>Object</code>
1685 array.</p>
1687 <p>A boolean parameter controls the level of detail to show.
1688 Setting <code>true</code> will output the array in full. Setting
1689 <code>false</code> will output a summary, typically the size of
1690 the array.</p>
1692 <DD><DL>
1693 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail, <code>false</code>
1694 for summary info
1695 <DT><B>Returns:</B><DD>this</DL>
1696 </DD>
1697 </DL>
1698 <HR>
1700 <A NAME="append(java.lang.String, short)"><!-- --></A><H3>
1701 append</H3>
1702 <PRE>
1703 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1704 short&nbsp;value)</PRE>
1705 <DL>
1706 <DD><p>Append to the <code>toString</code> an <code>short</code>
1707 value.</p>
1709 <DD><DL>
1710 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>value</CODE> - the value to add to the <code>toString</code>
1711 <DT><B>Returns:</B><DD>this</DL>
1712 </DD>
1713 </DL>
1714 <HR>
1716 <A NAME="append(java.lang.String, short[])"><!-- --></A><H3>
1717 append</H3>
1718 <PRE>
1719 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1720 short[]&nbsp;array)</PRE>
1721 <DL>
1722 <DD><p>Append to the <code>toString</code> a <code>short</code>
1723 array.</p>
1725 <DD><DL>
1726 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code>
1727 <DT><B>Returns:</B><DD>this</DL>
1728 </DD>
1729 </DL>
1730 <HR>
1732 <A NAME="append(java.lang.String, short[], boolean)"><!-- --></A><H3>
1733 append</H3>
1734 <PRE>
1735 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>append</B>(java.lang.String&nbsp;fieldName,
1736 short[]&nbsp;array,
1737 boolean&nbsp;fullDetail)</PRE>
1738 <DL>
1739 <DD><p>Append to the <code>toString</code> a <code>short</code>
1740 array.</p>
1742 <p>A boolean parameter controls the level of detail to show.
1743 Setting <code>true</code> will output the array in full. Setting
1744 <code>false</code> will output a summary, typically the size of
1745 the array.
1747 <DD><DL>
1748 <DT><B>Parameters:</B><DD><CODE>fieldName</CODE> - the field name<DD><CODE>array</CODE> - the array to add to the <code>toString</code><DD><CODE>fullDetail</CODE> - <code>true</code> for detail, <code>false</code>
1749 for summary info
1750 <DT><B>Returns:</B><DD>this</DL>
1751 </DD>
1752 </DL>
1753 <HR>
1755 <A NAME="appendAsObjectToString(java.lang.Object)"><!-- --></A><H3>
1756 appendAsObjectToString</H3>
1757 <PRE>
1758 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>appendAsObjectToString</B>(java.lang.Object&nbsp;object)</PRE>
1759 <DL>
1760 <DD><p>Appends with the same format as the default <code>Object toString()
1761 </code> method. Appends the class name followed by
1762 <CODE>System.identityHashCode(java.lang.Object)</CODE>.</p>
1764 <DD><DL>
1765 <DT><B>Parameters:</B><DD><CODE>object</CODE> - the <code>Object</code> whose class name and id to output
1766 <DT><B>Returns:</B><DD>this<DT><B>Since:</B></DT>
1767 <DD>2.0</DD>
1768 </DL>
1769 </DD>
1770 </DL>
1771 <HR>
1773 <A NAME="appendSuper(java.lang.String)"><!-- --></A><H3>
1774 appendSuper</H3>
1775 <PRE>
1776 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>appendSuper</B>(java.lang.String&nbsp;superToString)</PRE>
1777 <DL>
1778 <DD><p>Append the <code>toString</code> from the superclass.</p>
1780 <p>This method assumes that the superclass uses the same <code>ToStringStyle</code>
1781 as this one.</p>
1783 <p>If <code>superToString</code> is <code>null</code>, no change is made.</p>
1785 <DD><DL>
1786 <DT><B>Parameters:</B><DD><CODE>superToString</CODE> - the result of <code>super.toString()</code>
1787 <DT><B>Returns:</B><DD>this<DT><B>Since:</B></DT>
1788 <DD>2.0</DD>
1789 </DL>
1790 </DD>
1791 </DL>
1792 <HR>
1794 <A NAME="appendToString(java.lang.String)"><!-- --></A><H3>
1795 appendToString</H3>
1796 <PRE>
1797 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html" title="class in org.apache.commons.lang.builder">ToStringBuilder</A> <B>appendToString</B>(java.lang.String&nbsp;toString)</PRE>
1798 <DL>
1799 <DD><p>Append the <code>toString</code> from another object.</p>
1801 <p>This method is useful where a class delegates most of the implementation of
1802 its properties to another class. You can then call <code>toString()</code> on
1803 the other class and pass the result into this method.</p>
1805 <pre>
1806 private AnotherObject delegate;
1807 private String fieldInThisClass;
1809 public String toString() {
1810 return new ToStringBuilder(this).
1811 appendToString(delegate.toString()).
1812 append(fieldInThisClass).
1813 toString();
1814 }</pre>
1816 <p>This method assumes that the other object uses the same <code>ToStringStyle</code>
1817 as this one.</p>
1819 <p>If the <code>toString</code> is <code>null</code>, no change is made.</p>
1821 <DD><DL>
1822 <DT><B>Parameters:</B><DD><CODE>toString</CODE> - the result of <code>toString()</code> on another object
1823 <DT><B>Returns:</B><DD>this<DT><B>Since:</B></DT>
1824 <DD>2.0</DD>
1825 </DL>
1826 </DD>
1827 </DL>
1828 <HR>
1830 <A NAME="getObject()"><!-- --></A><H3>
1831 getObject</H3>
1832 <PRE>
1833 public java.lang.Object <B>getObject</B>()</PRE>
1834 <DL>
1835 <DD><p>Returns the <code>Object</code> being output.</p>
1837 <DD><DL>
1839 <DT><B>Returns:</B><DD>The object being output.<DT><B>Since:</B></DT>
1840 <DD>2.0</DD>
1841 </DL>
1842 </DD>
1843 </DL>
1844 <HR>
1846 <A NAME="getStringBuffer()"><!-- --></A><H3>
1847 getStringBuffer</H3>
1848 <PRE>
1849 public java.lang.StringBuffer <B>getStringBuffer</B>()</PRE>
1850 <DL>
1851 <DD><p>Gets the <code>StringBuffer</code> being populated.</p>
1853 <DD><DL>
1855 <DT><B>Returns:</B><DD>the <code>StringBuffer</code> being populated</DL>
1856 </DD>
1857 </DL>
1858 <HR>
1860 <A NAME="getStyle()"><!-- --></A><H3>
1861 getStyle</H3>
1862 <PRE>
1863 public <A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder">ToStringStyle</A> <B>getStyle</B>()</PRE>
1864 <DL>
1865 <DD><p>Gets the <code>ToStringStyle</code> being used.</p>
1867 <DD><DL>
1869 <DT><B>Returns:</B><DD>the <code>ToStringStyle</code> being used<DT><B>Since:</B></DT>
1870 <DD>2.0</DD>
1871 </DL>
1872 </DD>
1873 </DL>
1874 <HR>
1876 <A NAME="toString()"><!-- --></A><H3>
1877 toString</H3>
1878 <PRE>
1879 public java.lang.String <B>toString</B>()</PRE>
1880 <DL>
1881 <DD><p>Returns the built <code>toString</code>.</p>
1883 <p>This method appends the end of data indicator, and can only be called once.
1884 Use <A HREF="../../../../../org/apache/commons/lang/builder/ToStringBuilder.html#getStringBuffer()"><CODE>getStringBuffer()</CODE></A> to get the current string state.</p>
1886 <p>If the object is <code>null</code>, return the style's <code>nullText</code></p>
1888 <DD><DL>
1890 <DT><B>Returns:</B><DD>the String <code>toString</code></DL>
1891 </DD>
1892 </DL>
1893 <!-- ========= END OF CLASS DATA ========= -->
1894 <HR>
1897 <!-- ======= START OF BOTTOM NAVBAR ====== -->
1898 <A NAME="navbar_bottom"><!-- --></A>
1899 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1900 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1901 <TR>
1902 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1903 <A NAME="navbar_bottom_firstrow"><!-- --></A>
1904 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1905 <TR ALIGN="center" VALIGN="top">
1906 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1907 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1908 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
1909 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ToStringBuilder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
1910 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1911 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1912 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
1913 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1914 </TR>
1915 </TABLE>
1916 </TD>
1917 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1918 </EM>
1919 </TD>
1920 </TR>
1922 <TR>
1923 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1924 &nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/StandardToStringStyle.html" title="class in org.apache.commons.lang.builder"><B>PREV CLASS</B></A>&nbsp;
1925 &nbsp;<A HREF="../../../../../org/apache/commons/lang/builder/ToStringStyle.html" title="class in org.apache.commons.lang.builder"><B>NEXT CLASS</B></A></FONT></TD>
1926 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1927 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
1928 &nbsp;<A HREF="ToStringBuilder.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
1929 &nbsp;<SCRIPT type="text/javascript">
1930 <!--
1931 if(window==top) {
1932 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
1934 //-->
1935 </SCRIPT>
1936 <NOSCRIPT>
1937 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
1938 </NOSCRIPT>
1940 </FONT></TD>
1941 </TR>
1942 <TR>
1943 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1944 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
1945 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1946 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
1947 </TR>
1948 </TABLE>
1949 <A NAME="skip-navbar_bottom"></A>
1950 <!-- ======== END OF BOTTOM NAVBAR ======= -->
1952 <HR>
1953 Copyright © 2001-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
1954 </BODY>
1955 </HTML>