source: release-kits/lirk3/resources/gs3-release-maker/ant/docs/manual/api/org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 19.7 KB
Line 
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_13) on Mon Oct 01 14:33:26 NZST 2007 -->
6<TITLE>
7DeweyDecimal (Apache Ant API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal class">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17 parent.document.title="DeweyDecimal (Apache Ant API)";
18}
19</SCRIPT>
20
21</HEAD>
22
23<BODY BGCOLOR="white" onload="windowTitle();">
24
25
26<!-- ========= START OF TOP NAVBAR ======= -->
27<A NAME="navbar_top"><!-- --></A>
28<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
30<TR>
31<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
32<A NAME="navbar_top_firstrow"><!-- --></A>
33<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
34 <TR ALIGN="center" VALIGN="top">
35 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
42 </TR>
43</TABLE>
44</TD>
45<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
46</EM>
47</TD>
48</TR>
49
50<TR>
51<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
52&nbsp;<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/Compatibility.html" title="class in org.apache.tools.ant.taskdefs.optional.extension"><B>PREV CLASS</B></A>&nbsp;
53&nbsp;<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/Extension.html" title="class in org.apache.tools.ant.taskdefs.optional.extension"><B>NEXT CLASS</B></A></FONT></TD>
54<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55 <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
56&nbsp;<A HREF="DeweyDecimal.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
57&nbsp;<SCRIPT type="text/javascript">
58 <!--
59 if(window==top) {
60 document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
61 }
62 //-->
63</SCRIPT>
64<NOSCRIPT>
65 <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
66</NOSCRIPT>
67
68</FONT></TD>
69</TR>
70<TR>
71<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
72 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
73<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
74DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
75</TR>
76</TABLE>
77<A NAME="skip-navbar_top"></A>
78<!-- ========= END OF TOP NAVBAR ========= -->
79
80<HR>
81<!-- ======== START OF CLASS DATA ======== -->
82<H2>
83<FONT SIZE="-1">
84org.apache.tools.ant.taskdefs.optional.extension</FONT>
85<BR>
86Class DeweyDecimal</H2>
87<PRE>
88java.lang.Object
89 <IMG SRC="../../../../../../../resources/inherit.gif" ALT="extended by"><B>org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal</B>
90</PRE>
91<HR>
92<DL>
93<DT>public final class <B>DeweyDecimal</B><DT>extends java.lang.Object</DL>
94
95<P>
96Utility class to contain version numbers in "Dewey Decimal"
97 syntax. Numbers in the "Dewey Decimal" syntax consist of positive
98 decimal integers separated by periods ".". For example, "2.0" or
99 "1.2.3.4.5.6.7". This allows an extensible number to be used to
100 represent major, minor, micro, etc versions. The version number
101 must begin with a number.
102<P>
103
104<P>
105<HR>
106
107<P>
108<!-- ======== NESTED CLASS SUMMARY ======== -->
109
110
111<!-- =========== FIELD SUMMARY =========== -->
112
113
114<!-- ======== CONSTRUCTOR SUMMARY ======== -->
115
116<A NAME="constructor_summary"><!-- --></A>
117<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
118<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
119<TD COLSPAN=2><FONT SIZE="+2">
120<B>Constructor Summary</B></FONT></TD>
121</TR>
122<TR BGCOLOR="white" CLASS="TableRowColor">
123<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#DeweyDecimal(int[])">DeweyDecimal</A></B>(int[]&nbsp;components)</CODE>
124
125<BR>
126&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a DeweyDecimal from an array of integer components.</TD>
127</TR>
128<TR BGCOLOR="white" CLASS="TableRowColor">
129<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#DeweyDecimal(java.lang.String)">DeweyDecimal</A></B>(java.lang.String&nbsp;string)</CODE>
130
131<BR>
132&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a DeweyDecimal from string in DeweyDecimal format.</TD>
133</TR>
134</TABLE>
135&nbsp;
136<!-- ========== METHOD SUMMARY =========== -->
137
138<A NAME="method_summary"><!-- --></A>
139<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
140<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
141<TD COLSPAN=2><FONT SIZE="+2">
142<B>Method Summary</B></FONT></TD>
143</TR>
144<TR BGCOLOR="white" CLASS="TableRowColor">
145<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146<CODE>&nbsp;int</CODE></FONT></TD>
147<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#get(int)">get</A></B>(int&nbsp;index)</CODE>
148
149<BR>
150&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the component at specified index.</TD>
151</TR>
152<TR BGCOLOR="white" CLASS="TableRowColor">
153<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154<CODE>&nbsp;int</CODE></FONT></TD>
155<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#getSize()">getSize</A></B>()</CODE>
156
157<BR>
158&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return number of components in <code>DeweyDecimal</code>.</TD>
159</TR>
160<TR BGCOLOR="white" CLASS="TableRowColor">
161<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
162<CODE>&nbsp;boolean</CODE></FONT></TD>
163<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#isEqual(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)">isEqual</A></B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</CODE>
164
165<BR>
166&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return <code>true</code> if this <code>DeweyDecimal</code> is
167 equal to the other <code>DeweyDecimal</code>.</TD>
168</TR>
169<TR BGCOLOR="white" CLASS="TableRowColor">
170<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
171<CODE>&nbsp;boolean</CODE></FONT></TD>
172<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#isGreaterThan(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)">isGreaterThan</A></B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</CODE>
173
174<BR>
175&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return <code>true</code> if this <code>DeweyDecimal</code> is
176 greater than the other <code>DeweyDecimal</code>.</TD>
177</TR>
178<TR BGCOLOR="white" CLASS="TableRowColor">
179<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
180<CODE>&nbsp;boolean</CODE></FONT></TD>
181<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#isGreaterThanOrEqual(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)">isGreaterThanOrEqual</A></B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</CODE>
182
183<BR>
184&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return <code>true</code> if this <code>DeweyDecimal</code> is
185 greater than or equal to the other <code>DeweyDecimal</code>.</TD>
186</TR>
187<TR BGCOLOR="white" CLASS="TableRowColor">
188<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189<CODE>&nbsp;boolean</CODE></FONT></TD>
190<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#isLessThan(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)">isLessThan</A></B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</CODE>
191
192<BR>
193&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return <code>true</code> if this <code>DeweyDecimal</code> is
194 less than the other <code>DeweyDecimal</code>.</TD>
195</TR>
196<TR BGCOLOR="white" CLASS="TableRowColor">
197<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
198<CODE>&nbsp;boolean</CODE></FONT></TD>
199<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#isLessThanOrEqual(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)">isLessThanOrEqual</A></B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</CODE>
200
201<BR>
202&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return <code>true</code> if this <code>DeweyDecimal</code> is
203 less than or equal to the other <code>DeweyDecimal</code>.</TD>
204</TR>
205<TR BGCOLOR="white" CLASS="TableRowColor">
206<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
207<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
208<TD><CODE><B><A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html#toString()">toString</A></B>()</CODE>
209
210<BR>
211&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return string representation of <code>DeweyDecimal</code>.</TD>
212</TR>
213</TABLE>
214&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
215<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
216<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
217<TD><B>Methods inherited from class java.lang.Object</B></TD>
218</TR>
219<TR BGCOLOR="white" CLASS="TableRowColor">
220<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
221</TR>
222</TABLE>
223&nbsp;
224<P>
225
226<!-- ============ FIELD DETAIL =========== -->
227
228
229<!-- ========= CONSTRUCTOR DETAIL ======== -->
230
231<A NAME="constructor_detail"><!-- --></A>
232<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
233<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
234<TD COLSPAN=1><FONT SIZE="+2">
235<B>Constructor Detail</B></FONT></TD>
236</TR>
237</TABLE>
238
239<A NAME="DeweyDecimal(int[])"><!-- --></A><H3>
240DeweyDecimal</H3>
241<PRE>
242public <B>DeweyDecimal</B>(int[]&nbsp;components)</PRE>
243<DL>
244<DD>Construct a DeweyDecimal from an array of integer components.
245<P>
246<DT><B>Parameters:</B><DD><CODE>components</CODE> - an array of integer components.</DL>
247<HR>
248
249<A NAME="DeweyDecimal(java.lang.String)"><!-- --></A><H3>
250DeweyDecimal</H3>
251<PRE>
252public <B>DeweyDecimal</B>(java.lang.String&nbsp;string)
253 throws java.lang.NumberFormatException</PRE>
254<DL>
255<DD>Construct a DeweyDecimal from string in DeweyDecimal format.
256<P>
257<DT><B>Parameters:</B><DD><CODE>string</CODE> - the string in dewey decimal format
258<DT><B>Throws:</B>
259<DD><CODE>java.lang.NumberFormatException</CODE> - if string is malformed</DL>
260
261<!-- ============ METHOD DETAIL ========== -->
262
263<A NAME="method_detail"><!-- --></A>
264<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
265<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
266<TD COLSPAN=1><FONT SIZE="+2">
267<B>Method Detail</B></FONT></TD>
268</TR>
269</TABLE>
270
271<A NAME="getSize()"><!-- --></A><H3>
272getSize</H3>
273<PRE>
274public int <B>getSize</B>()</PRE>
275<DL>
276<DD>Return number of components in <code>DeweyDecimal</code>.
277<P>
278<DD><DL>
279
280<DT><B>Returns:</B><DD>the number of components in dewey decimal</DL>
281</DD>
282</DL>
283<HR>
284
285<A NAME="get(int)"><!-- --></A><H3>
286get</H3>
287<PRE>
288public int <B>get</B>(int&nbsp;index)</PRE>
289<DL>
290<DD>Return the component at specified index.
291<P>
292<DD><DL>
293<DT><B>Parameters:</B><DD><CODE>index</CODE> - the index of components
294<DT><B>Returns:</B><DD>the value of component at index</DL>
295</DD>
296</DL>
297<HR>
298
299<A NAME="isEqual(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)"><!-- --></A><H3>
300isEqual</H3>
301<PRE>
302public boolean <B>isEqual</B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</PRE>
303<DL>
304<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
305 equal to the other <code>DeweyDecimal</code>.
306<P>
307<DD><DL>
308<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
309<DT><B>Returns:</B><DD>true if equal to other DeweyDecimal, false otherwise</DL>
310</DD>
311</DL>
312<HR>
313
314<A NAME="isLessThan(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)"><!-- --></A><H3>
315isLessThan</H3>
316<PRE>
317public boolean <B>isLessThan</B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</PRE>
318<DL>
319<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
320 less than the other <code>DeweyDecimal</code>.
321<P>
322<DD><DL>
323<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
324<DT><B>Returns:</B><DD>true if less than other DeweyDecimal, false otherwise</DL>
325</DD>
326</DL>
327<HR>
328
329<A NAME="isLessThanOrEqual(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)"><!-- --></A><H3>
330isLessThanOrEqual</H3>
331<PRE>
332public boolean <B>isLessThanOrEqual</B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</PRE>
333<DL>
334<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
335 less than or equal to the other <code>DeweyDecimal</code>.
336<P>
337<DD><DL>
338<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
339<DT><B>Returns:</B><DD>true if less than or equal to other DeweyDecimal, false otherwise</DL>
340</DD>
341</DL>
342<HR>
343
344<A NAME="isGreaterThan(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)"><!-- --></A><H3>
345isGreaterThan</H3>
346<PRE>
347public boolean <B>isGreaterThan</B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</PRE>
348<DL>
349<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
350 greater than the other <code>DeweyDecimal</code>.
351<P>
352<DD><DL>
353<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
354<DT><B>Returns:</B><DD>true if greater than other DeweyDecimal, false otherwise</DL>
355</DD>
356</DL>
357<HR>
358
359<A NAME="isGreaterThanOrEqual(org.apache.tools.ant.taskdefs.optional.extension.DeweyDecimal)"><!-- --></A><H3>
360isGreaterThanOrEqual</H3>
361<PRE>
362public boolean <B>isGreaterThanOrEqual</B>(<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/DeweyDecimal.html" title="class in org.apache.tools.ant.taskdefs.optional.extension">DeweyDecimal</A>&nbsp;other)</PRE>
363<DL>
364<DD>Return <code>true</code> if this <code>DeweyDecimal</code> is
365 greater than or equal to the other <code>DeweyDecimal</code>.
366<P>
367<DD><DL>
368<DT><B>Parameters:</B><DD><CODE>other</CODE> - the other DeweyDecimal
369<DT><B>Returns:</B><DD>true if greater than or equal to other DeweyDecimal, false otherwise</DL>
370</DD>
371</DL>
372<HR>
373
374<A NAME="toString()"><!-- --></A><H3>
375toString</H3>
376<PRE>
377public java.lang.String <B>toString</B>()</PRE>
378<DL>
379<DD>Return string representation of <code>DeweyDecimal</code>.
380<P>
381<DD><DL>
382
383<DT><B>Returns:</B><DD>the string representation of DeweyDecimal.</DL>
384</DD>
385</DL>
386<!-- ========= END OF CLASS DATA ========= -->
387<HR>
388
389
390<!-- ======= START OF BOTTOM NAVBAR ====== -->
391<A NAME="navbar_bottom"><!-- --></A>
392<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
393<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
394<TR>
395<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
396<A NAME="navbar_bottom_firstrow"><!-- --></A>
397<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
398 <TR ALIGN="center" VALIGN="top">
399 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
400 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
401 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
402 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
403 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
404 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
405 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
406 </TR>
407</TABLE>
408</TD>
409<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
410</EM>
411</TD>
412</TR>
413
414<TR>
415<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
416&nbsp;<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/Compatibility.html" title="class in org.apache.tools.ant.taskdefs.optional.extension"><B>PREV CLASS</B></A>&nbsp;
417&nbsp;<A HREF="../../../../../../../org/apache/tools/ant/taskdefs/optional/extension/Extension.html" title="class in org.apache.tools.ant.taskdefs.optional.extension"><B>NEXT CLASS</B></A></FONT></TD>
418<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
419 <A HREF="../../../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
420&nbsp;<A HREF="DeweyDecimal.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
421&nbsp;<SCRIPT type="text/javascript">
422 <!--
423 if(window==top) {
424 document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
425 }
426 //-->
427</SCRIPT>
428<NOSCRIPT>
429 <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
430</NOSCRIPT>
431
432</FONT></TD>
433</TR>
434<TR>
435<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
436 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
437<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
438DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
439</TR>
440</TABLE>
441<A NAME="skip-navbar_bottom"></A>
442<!-- ======== END OF BOTTOM NAVBAR ======= -->
443
444<HR>
445Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.
446</BODY>
447</HTML>
Note: See TracBrowser for help on using the repository browser.