Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
156 ashish 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_22) on Wed Jan 06 21:26:37 EST 2010 -->
6
<TITLE>
7
BindConstantBinding
8
</TITLE>
9
 
10
<META NAME="keywords" CONTENT="com.google.gwt.inject.rebind.binding.BindConstantBinding 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="BindConstantBinding";
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;<A HREF="../../../../../../com/google/gwt/inject/rebind/binding/BindClassBinding.html" title="class in com.google.gwt.inject.rebind.binding"><B>PREV CLASS</B></A>&nbsp;
55
&nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/binding/Binding.html" title="interface in com.google.gwt.inject.rebind.binding"><B>NEXT CLASS</B></A></FONT></TD>
56
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57
  <A HREF="../../../../../../index.html?com/google/gwt/inject/rebind/binding/BindConstantBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
58
&nbsp;<A HREF="BindConstantBinding.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;FIELD&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
com.google.gwt.inject.rebind.binding</FONT>
88
<BR>
89
Class BindConstantBinding</H2>
90
<PRE>
91
java.lang.Object
92
  <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>com.google.gwt.inject.rebind.binding.BindConstantBinding</B>
93
</PRE>
94
<DL>
95
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/Binding.html" title="interface in com.google.gwt.inject.rebind.binding">Binding</A></DD>
96
</DL>
97
<HR>
98
<DL>
99
<DT><PRE>public class <B>BindConstantBinding</B><DT>extends java.lang.Object<DT>implements <A HREF="../../../../../../com/google/gwt/inject/rebind/binding/Binding.html" title="interface in com.google.gwt.inject.rebind.binding">Binding</A></DL>
100
</PRE>
101
 
102
<P>
103
Binding for a constant value.
104
<P>
105
 
106
<P>
107
<HR>
108
 
109
<P>
110
 
111
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
112
 
113
<A NAME="constructor_summary"><!-- --></A>
114
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
117
<B>Constructor Summary</B></FONT></TH>
118
</TR>
119
<TR BGCOLOR="white" CLASS="TableRowColor">
120
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/BindConstantBinding.html#BindConstantBinding(com.google.gwt.inject.rebind.util.SourceWriteUtil, com.google.gwt.inject.rebind.util.NameGenerator)">BindConstantBinding</A></B>(<A HREF="../../../../../../com/google/gwt/inject/rebind/util/SourceWriteUtil.html" title="class in com.google.gwt.inject.rebind.util">SourceWriteUtil</A>&nbsp;sourceWriteUtil,
121
                    <A HREF="../../../../../../com/google/gwt/inject/rebind/util/NameGenerator.html" title="class in com.google.gwt.inject.rebind.util">NameGenerator</A>&nbsp;nameGenerator)</CODE>
122
 
123
<BR>
124
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125
</TR>
126
</TABLE>
127
&nbsp;
128
<!-- ========== METHOD SUMMARY =========== -->
129
 
130
<A NAME="method_summary"><!-- --></A>
131
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134
<B>Method Summary</B></FONT></TH>
135
</TR>
136
<TR BGCOLOR="white" CLASS="TableRowColor">
137
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138
<CODE>&nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/binding/RequiredKeys.html" title="class in com.google.gwt.inject.rebind.binding">RequiredKeys</A></CODE></FONT></TD>
139
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/BindConstantBinding.html#getRequiredKeys()">getRequiredKeys</A></B>()</CODE>
140
 
141
<BR>
142
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143
</TR>
144
<TR BGCOLOR="white" CLASS="TableRowColor">
145
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146
<CODE>static&nbsp;boolean</CODE></FONT></TD>
147
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/BindConstantBinding.html#isConstantKey(com.google.inject.Key)">isConstantKey</A></B>(<A HREF="http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/Key.html" title="class or interface in com.google.inject">Key</A>&lt;?&gt;&nbsp;key)</CODE>
148
 
149
<BR>
150
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the provided key is a valid constant key, i.e.</TD>
151
</TR>
152
<TR BGCOLOR="white" CLASS="TableRowColor">
153
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
154
<CODE>
155
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" SUMMARY="">
156
<TR ALIGN="right" VALIGN="">
157
<TD NOWRAP><FONT SIZE="-1">
158
<CODE>&lt;T&gt; void</CODE></FONT></TD>
159
</TR>
160
</TABLE>
161
</CODE></FONT></TD>
162
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/BindConstantBinding.html#setKeyAndInstance(com.google.inject.Key, T)">setKeyAndInstance</A></B>(<A HREF="http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/Key.html" title="class or interface in com.google.inject">Key</A>&lt;T&gt;&nbsp;key,
163
                  T&nbsp;instance)</CODE>
164
 
165
<BR>
166
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets this binding's key and instance.</TD>
167
</TR>
168
<TR BGCOLOR="white" CLASS="TableRowColor">
169
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170
<CODE>&nbsp;void</CODE></FONT></TD>
171
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/BindConstantBinding.html#writeCreatorMethods(com.google.gwt.user.rebind.SourceWriter, java.lang.String)">writeCreatorMethods</A></B>(com.google.gwt.user.rebind.SourceWriter&nbsp;writer,
172
                    java.lang.String&nbsp;creatorMethodSignature)</CODE>
173
 
174
<BR>
175
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes the method necessary to create the binding's type to the writer.</TD>
176
</TR>
177
</TABLE>
178
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
179
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
180
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
181
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
182
</TR>
183
<TR BGCOLOR="white" CLASS="TableRowColor">
184
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
185
</TR>
186
</TABLE>
187
&nbsp;
188
<P>
189
 
190
<!-- ========= CONSTRUCTOR DETAIL ======== -->
191
 
192
<A NAME="constructor_detail"><!-- --></A>
193
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
194
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
195
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
196
<B>Constructor Detail</B></FONT></TH>
197
</TR>
198
</TABLE>
199
 
200
<A NAME="BindConstantBinding(com.google.gwt.inject.rebind.util.SourceWriteUtil, com.google.gwt.inject.rebind.util.NameGenerator)"><!-- --></A><H3>
201
BindConstantBinding</H3>
202
<PRE>
203
<FONT SIZE="-1"><A HREF="http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/Inject.html" title="class or interface in com.google.inject">@Inject</A>
204
</FONT>public <B>BindConstantBinding</B>(<A HREF="../../../../../../com/google/gwt/inject/rebind/util/SourceWriteUtil.html" title="class in com.google.gwt.inject.rebind.util">SourceWriteUtil</A>&nbsp;sourceWriteUtil,
205
                                  <A HREF="../../../../../../com/google/gwt/inject/rebind/util/NameGenerator.html" title="class in com.google.gwt.inject.rebind.util">NameGenerator</A>&nbsp;nameGenerator)</PRE>
206
<DL>
207
</DL>
208
 
209
<!-- ============ METHOD DETAIL ========== -->
210
 
211
<A NAME="method_detail"><!-- --></A>
212
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
213
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
214
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
215
<B>Method Detail</B></FONT></TH>
216
</TR>
217
</TABLE>
218
 
219
<A NAME="isConstantKey(com.google.inject.Key)"><!-- --></A><H3>
220
isConstantKey</H3>
221
<PRE>
222
public static boolean <B>isConstantKey</B>(<A HREF="http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/Key.html" title="class or interface in com.google.inject">Key</A>&lt;?&gt;&nbsp;key)</PRE>
223
<DL>
224
<DD>Returns true if the provided key is a valid constant key, i.e. if a
225
 constant binding can be legally created for it.
226
<P>
227
<DD><DL>
228
</DL>
229
</DD>
230
<DD><DL>
231
<DT><B>Parameters:</B><DD><CODE>key</CODE> - key to check
232
<DT><B>Returns:</B><DD>true if constant key</DL>
233
</DD>
234
</DL>
235
<HR>
236
 
237
<A NAME="setKeyAndInstance(com.google.inject.Key,java.lang.Object)"><!-- --></A><A NAME="setKeyAndInstance(com.google.inject.Key, T)"><!-- --></A><H3>
238
setKeyAndInstance</H3>
239
<PRE>
240
public &lt;T&gt; void <B>setKeyAndInstance</B>(<A HREF="http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/Key.html" title="class or interface in com.google.inject">Key</A>&lt;T&gt;&nbsp;key,
241
                                  T&nbsp;instance)</PRE>
242
<DL>
243
<DD>Sets this binding's key and instance.  Must be called before
244
 writeCreatorMethod is invoked.
245
<P>
246
<DD><DL>
247
</DL>
248
</DD>
249
<DD><DL>
250
<DT><B>Parameters:</B><DD><CODE>key</CODE> - key to bind to<DD><CODE>instance</CODE> - value to bind  to</DL>
251
</DD>
252
</DL>
253
<HR>
254
 
255
<A NAME="writeCreatorMethods(com.google.gwt.user.rebind.SourceWriter, java.lang.String)"><!-- --></A><H3>
256
writeCreatorMethods</H3>
257
<PRE>
258
public void <B>writeCreatorMethods</B>(com.google.gwt.user.rebind.SourceWriter&nbsp;writer,
259
                                java.lang.String&nbsp;creatorMethodSignature)</PRE>
260
<DL>
261
<DD><B>Description copied from interface: <CODE><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/Binding.html#writeCreatorMethods(com.google.gwt.user.rebind.SourceWriter, java.lang.String)">Binding</A></CODE></B></DD>
262
<DD>Writes the method necessary to create the binding's type to the writer.
263
 A method with the <code>creatorMethodSignature</code> <b>must</b> be written,
264
 other methods are optional.
265
<P>
266
<DD><DL>
267
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/Binding.html#writeCreatorMethods(com.google.gwt.user.rebind.SourceWriter, java.lang.String)">writeCreatorMethods</A></CODE> in interface <CODE><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/Binding.html" title="interface in com.google.gwt.inject.rebind.binding">Binding</A></CODE></DL>
268
</DD>
269
<DD><DL>
270
<DT><B>Parameters:</B><DD><CODE>writer</CODE> - writer that methods are written to<DD><CODE>creatorMethodSignature</CODE> - signature of method that needs to be created</DL>
271
</DD>
272
</DL>
273
<HR>
274
 
275
<A NAME="getRequiredKeys()"><!-- --></A><H3>
276
getRequiredKeys</H3>
277
<PRE>
278
public <A HREF="../../../../../../com/google/gwt/inject/rebind/binding/RequiredKeys.html" title="class in com.google.gwt.inject.rebind.binding">RequiredKeys</A> <B>getRequiredKeys</B>()</PRE>
279
<DL>
280
<DD><DL>
281
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/Binding.html#getRequiredKeys()">getRequiredKeys</A></CODE> in interface <CODE><A HREF="../../../../../../com/google/gwt/inject/rebind/binding/Binding.html" title="interface in com.google.gwt.inject.rebind.binding">Binding</A></CODE></DL>
282
</DD>
283
<DD><DL>
284
 
285
<DT><B>Returns:</B><DD>A tuple of two sets:  One set of keys that this binding requires.
286
     This set is used to find more classes that need to be bound. The
287
     second set contains all keys that have been optionally requested.</DL>
288
</DD>
289
</DL>
290
<!-- ========= END OF CLASS DATA ========= -->
291
<HR>
292
 
293
 
294
<!-- ======= START OF BOTTOM NAVBAR ====== -->
295
<A NAME="navbar_bottom"><!-- --></A>
296
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
297
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
298
<TR>
299
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
300
<A NAME="navbar_bottom_firstrow"><!-- --></A>
301
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
302
  <TR ALIGN="center" VALIGN="top">
303
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
304
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
305
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
306
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
307
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
308
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
309
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
310
  </TR>
311
</TABLE>
312
</TD>
313
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
314
</EM>
315
</TD>
316
</TR>
317
 
318
<TR>
319
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
320
&nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/binding/BindClassBinding.html" title="class in com.google.gwt.inject.rebind.binding"><B>PREV CLASS</B></A>&nbsp;
321
&nbsp;<A HREF="../../../../../../com/google/gwt/inject/rebind/binding/Binding.html" title="interface in com.google.gwt.inject.rebind.binding"><B>NEXT CLASS</B></A></FONT></TD>
322
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
323
  <A HREF="../../../../../../index.html?com/google/gwt/inject/rebind/binding/BindConstantBinding.html" target="_top"><B>FRAMES</B></A>  &nbsp;
324
&nbsp;<A HREF="BindConstantBinding.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
325
&nbsp;<SCRIPT type="text/javascript">
326
  <!--
327
  if(window==top) {
328
    document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
329
  }
330
  //-->
331
</SCRIPT>
332
<NOSCRIPT>
333
  <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
334
</NOSCRIPT>
335
 
336
 
337
</FONT></TD>
338
</TR>
339
<TR>
340
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
341
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
342
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
343
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
344
</TR>
345
</TABLE>
346
<A NAME="skip-navbar_bottom"></A>
347
<!-- ======== END OF BOTTOM NAVBAR ======= -->
348
 
349
<HR>
350
 
351
</BODY>
352
</HTML>