Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1777 jmachado 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.5.0_09) on Thu Nov 02 11:46:41 EST 2006 -->
6
<TITLE>
7
BooleanConditionBase (Ant Contrib)
8
</TITLE>
9
 
10
<META NAME="keywords" CONTENT="net.sf.antcontrib.logic.condition.BooleanConditionBase class">
11
 
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
13
 
14
<SCRIPT type="text/javascript">
15
function windowTitle()
16
{
17
    parent.document.title="BooleanConditionBase (Ant Contrib)";
18
}
19
</SCRIPT>
20
<NOSCRIPT>
21
</NOSCRIPT>
22
 
23
</HEAD>
24
 
25
<BODY BGCOLOR="white" onload="windowTitle();">
26
 
27
 
28
<!-- ========= START OF TOP NAVBAR ======= -->
29
<A NAME="navbar_top"><!-- --></A>
30
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32
<TR>
33
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34
<A NAME="navbar_top_firstrow"><!-- --></A>
35
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36
  <TR ALIGN="center" VALIGN="top">
37
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
39
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&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>
51
 
52
<TR>
53
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54
&nbsp;PREV CLASS&nbsp;
55
&nbsp;<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsGreaterThan.html" title="class in net.sf.antcontrib.logic.condition"><B>NEXT CLASS</B></A></FONT></TD>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
  <A HREF="../../../../../index.html?net/sf/antcontrib/logic/condition/BooleanConditionBase.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58
&nbsp;<A HREF="BooleanConditionBase.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>');
63
  }
64
  //-->
65
</SCRIPT>
66
<NOSCRIPT>
67
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68
</NOSCRIPT>
69
 
70
 
71
</FONT></TD>
72
</TR>
73
<TR>
74
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
75
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
76
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
78
</TR>
79
</TABLE>
80
<A NAME="skip-navbar_top"></A>
81
<!-- ========= END OF TOP NAVBAR ========= -->
82
 
83
<HR>
84
<!-- ======== START OF CLASS DATA ======== -->
85
<H2>
86
<FONT SIZE="-1">
87
net.sf.antcontrib.logic.condition</FONT>
88
<BR>
89
Class BooleanConditionBase</H2>
90
<PRE>
91
java.lang.Object
92
  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">org.apache.tools.ant.ProjectComponent
93
      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">org.apache.tools.ant.taskdefs.condition.ConditionBase
94
          <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>net.sf.antcontrib.logic.condition.BooleanConditionBase</B>
95
</PRE>
96
<DL>
97
<DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../../../../net/sf/antcontrib/logic/Assert.html" title="class in net.sf.antcontrib.logic">Assert</A></DD>
98
</DL>
99
<HR>
100
<DL>
101
<DT><PRE>public class <B>BooleanConditionBase</B><DT>extends org.apache.tools.ant.taskdefs.condition.ConditionBase</DL>
102
</PRE>
103
 
104
<P>
105
Extends ConditionBase so I can get access to the condition count and the
106
 first condition. This is the class that the BooleanConditionTask is proxy
107
 for.
108
 <p>Developed for use with Antelope, migrated to ant-contrib Oct 2003.
109
<P>
110
 
111
<P>
112
<DL>
113
<DT><B>Author:</B></DT>
114
  <DD>Dale Anson, danson@germane-software.com</DD>
115
</DL>
116
<HR>
117
 
118
<P>
119
<!-- =========== FIELD SUMMARY =========== -->
120
 
121
<A NAME="field_summary"><!-- --></A>
122
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
123
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
124
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
125
<B>Field Summary</B></FONT></TH>
126
</TR>
127
</TABLE>
128
&nbsp;<A NAME="fields_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
129
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
130
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
131
<TH ALIGN="left"><B>Fields inherited from class org.apache.tools.ant.ProjectComponent</B></TH>
132
</TR>
133
<TR BGCOLOR="white" CLASS="TableRowColor">
134
<TD><CODE>project</CODE></TD>
135
</TR>
136
</TABLE>
137
&nbsp;
138
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
139
 
140
<A NAME="constructor_summary"><!-- --></A>
141
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
142
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
143
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
144
<B>Constructor Summary</B></FONT></TH>
145
</TR>
146
<TR BGCOLOR="white" CLASS="TableRowColor">
147
<TD><CODE><B><A HREF="../../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html#BooleanConditionBase()">BooleanConditionBase</A></B>()</CODE>
148
 
149
<BR>
150
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151
</TR>
152
</TABLE>
153
&nbsp;
154
<!-- ========== METHOD SUMMARY =========== -->
155
 
156
<A NAME="method_summary"><!-- --></A>
157
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
158
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
159
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
160
<B>Method Summary</B></FONT></TH>
161
</TR>
162
<TR BGCOLOR="white" CLASS="TableRowColor">
163
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
164
<CODE>&nbsp;void</CODE></FONT></TD>
165
<TD><CODE><B><A HREF="../../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html#addIsGreaterThan(net.sf.antcontrib.logic.condition.IsGreaterThan)">addIsGreaterThan</A></B>(<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsGreaterThan.html" title="class in net.sf.antcontrib.logic.condition">IsGreaterThan</A>&nbsp;i)</CODE>
166
 
167
<BR>
168
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
169
</TR>
170
<TR BGCOLOR="white" CLASS="TableRowColor">
171
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
172
<CODE>&nbsp;void</CODE></FONT></TD>
173
<TD><CODE><B><A HREF="../../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html#addIsLessThan(net.sf.antcontrib.logic.condition.IsLessThan)">addIsLessThan</A></B>(<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsLessThan.html" title="class in net.sf.antcontrib.logic.condition">IsLessThan</A>&nbsp;i)</CODE>
174
 
175
<BR>
176
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
177
</TR>
178
<TR BGCOLOR="white" CLASS="TableRowColor">
179
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
180
<CODE>&nbsp;void</CODE></FONT></TD>
181
<TD><CODE><B><A HREF="../../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html#addIsPropertyFalse(net.sf.antcontrib.logic.condition.IsPropertyFalse)">addIsPropertyFalse</A></B>(<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsPropertyFalse.html" title="class in net.sf.antcontrib.logic.condition">IsPropertyFalse</A>&nbsp;i)</CODE>
182
 
183
<BR>
184
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a feature to the IsPropertyFalse attribute of the
185
 BooleanConditionBase object</TD>
186
</TR>
187
<TR BGCOLOR="white" CLASS="TableRowColor">
188
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
189
<CODE>&nbsp;void</CODE></FONT></TD>
190
<TD><CODE><B><A HREF="../../../../../net/sf/antcontrib/logic/condition/BooleanConditionBase.html#addIsPropertyTrue(net.sf.antcontrib.logic.condition.IsPropertyTrue)">addIsPropertyTrue</A></B>(<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsPropertyTrue.html" title="class in net.sf.antcontrib.logic.condition">IsPropertyTrue</A>&nbsp;i)</CODE>
191
 
192
<BR>
193
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase
194
 object</TD>
195
</TR>
196
</TABLE>
197
&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.taskdefs.condition.ConditionBase"><!-- --></A>
198
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
199
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
200
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.taskdefs.condition.ConditionBase</B></TH>
201
</TR>
202
<TR BGCOLOR="white" CLASS="TableRowColor">
203
<TD><CODE>add, addAnd, addAvailable, addChecksum, addContains, addEquals, addFilesMatch, addHttp, addIsFalse, addIsReference, addIsSet, addIsTrue, addNot, addOr, addOs, addSocket, addUptodate, countConditions, getConditions</CODE></TD>
204
</TR>
205
</TABLE>
206
&nbsp;<A NAME="methods_inherited_from_class_org.apache.tools.ant.ProjectComponent"><!-- --></A>
207
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
208
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
209
<TH ALIGN="left"><B>Methods inherited from class org.apache.tools.ant.ProjectComponent</B></TH>
210
</TR>
211
<TR BGCOLOR="white" CLASS="TableRowColor">
212
<TD><CODE>getProject, log, log, setProject</CODE></TD>
213
</TR>
214
</TABLE>
215
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
216
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
217
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
218
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
219
</TR>
220
<TR BGCOLOR="white" CLASS="TableRowColor">
221
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
222
</TR>
223
</TABLE>
224
&nbsp;
225
<P>
226
 
227
<!-- ========= CONSTRUCTOR DETAIL ======== -->
228
 
229
<A NAME="constructor_detail"><!-- --></A>
230
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
231
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
232
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
233
<B>Constructor Detail</B></FONT></TH>
234
</TR>
235
</TABLE>
236
 
237
<A NAME="BooleanConditionBase()"><!-- --></A><H3>
238
BooleanConditionBase</H3>
239
<PRE>
240
public <B>BooleanConditionBase</B>()</PRE>
241
<DL>
242
</DL>
243
 
244
<!-- ============ METHOD DETAIL ========== -->
245
 
246
<A NAME="method_detail"><!-- --></A>
247
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
248
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
249
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
250
<B>Method Detail</B></FONT></TH>
251
</TR>
252
</TABLE>
253
 
254
<A NAME="addIsPropertyTrue(net.sf.antcontrib.logic.condition.IsPropertyTrue)"><!-- --></A><H3>
255
addIsPropertyTrue</H3>
256
<PRE>
257
public void <B>addIsPropertyTrue</B>(<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsPropertyTrue.html" title="class in net.sf.antcontrib.logic.condition">IsPropertyTrue</A>&nbsp;i)</PRE>
258
<DL>
259
<DD>Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase
260
 object
261
<P>
262
<DD><DL>
263
<DT><B>Parameters:</B><DD><CODE>i</CODE> - The feature to be added to the IsPropertyTrue attribute</DL>
264
</DD>
265
</DL>
266
<HR>
267
 
268
<A NAME="addIsPropertyFalse(net.sf.antcontrib.logic.condition.IsPropertyFalse)"><!-- --></A><H3>
269
addIsPropertyFalse</H3>
270
<PRE>
271
public void <B>addIsPropertyFalse</B>(<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsPropertyFalse.html" title="class in net.sf.antcontrib.logic.condition">IsPropertyFalse</A>&nbsp;i)</PRE>
272
<DL>
273
<DD>Adds a feature to the IsPropertyFalse attribute of the
274
 BooleanConditionBase object
275
<P>
276
<DD><DL>
277
<DT><B>Parameters:</B><DD><CODE>i</CODE> - The feature to be added to the IsPropertyFalse attribute</DL>
278
</DD>
279
</DL>
280
<HR>
281
 
282
<A NAME="addIsGreaterThan(net.sf.antcontrib.logic.condition.IsGreaterThan)"><!-- --></A><H3>
283
addIsGreaterThan</H3>
284
<PRE>
285
public void <B>addIsGreaterThan</B>(<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsGreaterThan.html" title="class in net.sf.antcontrib.logic.condition">IsGreaterThan</A>&nbsp;i)</PRE>
286
<DL>
287
<DD><DL>
288
</DL>
289
</DD>
290
</DL>
291
<HR>
292
 
293
<A NAME="addIsLessThan(net.sf.antcontrib.logic.condition.IsLessThan)"><!-- --></A><H3>
294
addIsLessThan</H3>
295
<PRE>
296
public void <B>addIsLessThan</B>(<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsLessThan.html" title="class in net.sf.antcontrib.logic.condition">IsLessThan</A>&nbsp;i)</PRE>
297
<DL>
298
<DD><DL>
299
</DL>
300
</DD>
301
</DL>
302
<!-- ========= END OF CLASS DATA ========= -->
303
<HR>
304
 
305
 
306
<!-- ======= START OF BOTTOM NAVBAR ====== -->
307
<A NAME="navbar_bottom"><!-- --></A>
308
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
309
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
310
<TR>
311
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
312
<A NAME="navbar_bottom_firstrow"><!-- --></A>
313
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
314
  <TR ALIGN="center" VALIGN="top">
315
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
316
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
317
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
318
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
319
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
320
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
321
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
322
  </TR>
323
</TABLE>
324
</TD>
325
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
326
</EM>
327
</TD>
328
</TR>
329
 
330
<TR>
331
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
332
&nbsp;PREV CLASS&nbsp;
333
&nbsp;<A HREF="../../../../../net/sf/antcontrib/logic/condition/IsGreaterThan.html" title="class in net.sf.antcontrib.logic.condition"><B>NEXT CLASS</B></A></FONT></TD>
334
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
335
  <A HREF="../../../../../index.html?net/sf/antcontrib/logic/condition/BooleanConditionBase.html" target="_top"><B>FRAMES</B></A>  &nbsp;
336
&nbsp;<A HREF="BooleanConditionBase.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
337
&nbsp;<SCRIPT type="text/javascript">
338
  <!--
339
  if(window==top) {
340
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
341
  }
342
  //-->
343
</SCRIPT>
344
<NOSCRIPT>
345
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
346
</NOSCRIPT>
347
 
348
 
349
</FONT></TD>
350
</TR>
351
<TR>
352
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
353
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.tools.ant.ProjectComponent">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
354
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
355
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
356
</TR>
357
</TABLE>
358
<A NAME="skip-navbar_bottom"></A>
359
<!-- ======== END OF BOTTOM NAVBAR ======= -->
360
 
361
<HR>
362
 
363
</BODY>
364
</HTML>