/[classpath]/classpath/org/omg/CORBA/TCKind.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/TCKind.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by audriusa, Fri Mar 4 00:10:16 2005 UTC revision 1.2 by audriusa, Sun Mar 6 08:59:33 2005 UTC
# Line 49  public class TCKind Line 49  public class TCKind
49     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
50     * <code>null</code>.     * <code>null</code>.
51     */     */
52    public static int _tk_null = 0;    public static final int _tk_null = 0;
53    
54    /**    /**
55     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
56     * <code>void</code>.     * <code>void</code>.
57     */     */
58    public static int _tk_void = 1;    public static final int _tk_void = 1;
59    
60    /**    /**
61     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
62     * <code>short</code>.     * <code>short</code>.
63     */     */
64    public static int _tk_short = 2;    public static final int _tk_short = 2;
65    
66    /**    /**
67     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
68     * <code>long</code>.     * <code>long</code>.
69     */     */
70    public static int _tk_long = 3;    public static final int _tk_long = 3;
71    
72    /**    /**
73     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
74     * <code>ushort</code>.     * <code>ushort</code>.
75     */     */
76    public static int _tk_ushort = 4;    public static final int _tk_ushort = 4;
77    
78    /**    /**
79     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
80     * <code>ulong</code>.     * <code>ulong</code>.
81     */     */
82    public static int _tk_ulong = 5;    public static final int _tk_ulong = 5;
83    
84    /**    /**
85     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
86     * <code>float</code>.     * <code>float</code>.
87     */     */
88    public static int _tk_float = 6;    public static final int _tk_float = 6;
89    
90    /**    /**
91     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
92     * <code>double</code>.     * <code>double</code>.
93     */     */
94    public static int _tk_double = 7;    public static final int _tk_double = 7;
95    
96    /**    /**
97     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
98     * <code>boolean</code>.     * <code>boolean</code>.
99     */     */
100    public static int _tk_boolean = 8;    public static final int _tk_boolean = 8;
101    
102    /**    /**
103     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
104     * <code>char</code>.     * <code>char</code>.
105     */     */
106    public static int _tk_char = 9;    public static final int _tk_char = 9;
107    
108    /**    /**
109     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
110     * <code>octet</code>.     * <code>octet</code>.
111     */     */
112    public static int _tk_octet = 10;    public static final int _tk_octet = 10;
113    
114    /**    /**
115     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
116     * <code>any</code>.     * <code>any</code>.
117     */     */
118    public static int _tk_any = 11;    public static final int _tk_any = 11;
119    
120    /**    /**
121     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
122     * <code>TypeCode</code>.     * <code>TypeCode</code>.
123     */     */
124    public static int _tk_TypeCode = 12;    public static final int _tk_TypeCode = 12;
125    
126    /**    /**
127     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
128     * <code>Principal</code>.     * <code>Principal</code>.
129     */     */
130    public static int _tk_Principal = 13;    public static final int _tk_Principal = 13;
131    
132    /**    /**
133     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
134     * <code>objref</code>.     * <code>objref</code>.
135     */     */
136    public static int _tk_objref = 14;    public static final int _tk_objref = 14;
137    
138    /**    /**
139     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
140     * <code>struct</code>.     * <code>struct</code>.
141     */     */
142    public static int _tk_struct = 15;    public static final int _tk_struct = 15;
143    
144    /**    /**
145     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
146     * <code>union</code>.     * <code>union</code>.
147     */     */
148    public static int _tk_union = 16;    public static final int _tk_union = 16;
149    
150    /**    /**
151     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
152     * <code>enum</code>.     * <code>enum</code>.
153     */     */
154    public static int _tk_enum = 17;    public static final int _tk_enum = 17;
155    
156    /**    /**
157     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
158     * <code>string</code>.     * <code>string</code>.
159     */     */
160    public static int _tk_string = 18;    public static final int _tk_string = 18;
161    
162    /**    /**
163     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
164     * <code>sequence</code>.     * <code>sequence</code>.
165     */     */
166    public static int _tk_sequence = 19;    public static final int _tk_sequence = 19;
167    
168    /**    /**
169     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
170     * <code>array</code>.     * <code>array</code>.
171     */     */
172    public static int _tk_array = 20;    public static final int _tk_array = 20;
173    
174    /**    /**
175     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
176     * <code>alias</code>.     * <code>alias</code>.
177     */     */
178    public static int _tk_alias = 21;    public static final int _tk_alias = 21;
179    
180    /**    /**
181     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
182     * <code>except</code>.     * <code>except</code>.
183     */     */
184    public static int _tk_except = 22;    public static final int _tk_except = 22;
185    
186    /**    /**
187     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
188     * <code>longlong</code>.     * <code>longlong</code>.
189     */     */
190    public static int _tk_longlong = 23;    public static final int _tk_longlong = 23;
191    
192    /**    /**
193     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
194     * <code>ulonglong</code>.     * <code>ulonglong</code>.
195     */     */
196    public static int _tk_ulonglong = 24;    public static final int _tk_ulonglong = 24;
197    
198    /**    /**
199     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
200     * <code>longdouble</code>.     * <code>longdouble</code>.
201     */     */
202    public static int _tk_longdouble = 25;    public static final int _tk_longdouble = 25;
203    
204    /**    /**
205     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
206     * <code>wchar</code>.     * <code>wchar</code>.
207     */     */
208    public static int _tk_wchar = 26;    public static final int _tk_wchar = 26;
209    
210    /**    /**
211     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
212     * <code>wstring</code>.     * <code>wstring</code>.
213     */     */
214    public static int _tk_wstring = 27;    public static final int _tk_wstring = 27;
215    
216    /**    /**
217     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
218     * <code>fixed</code>.     * <code>fixed</code>.
219     */     */
220    public static int _tk_fixed = 28;    public static final int _tk_fixed = 28;
221    
222    /**    /**
223     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
224     * <code>value</code>.     * <code>value</code>.
225     */     */
226    public static int _tk_value = 29;    public static final int _tk_value = 29;
227    
228    /**    /**
229     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
230     * <code>value_box</code>.     * <code>value_box</code>.
231     */     */
232    public static int _tk_value_box = 30;    public static final int _tk_value_box = 30;
233    
234    /**    /**
235     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
236     * <code>native</code>.     * <code>native</code>.
237     */     */
238    public static int _tk_native = 31;    public static final int _tk_native = 31;
239    
240    /**    /**
241     * The integer constant, indicating IDL data type     * The integer constant, indicating IDL data type
242     * <code>abstract_interface</code>.     * <code>abstract_interface</code>.
243     */     */
244    public static int _tk_abstract_interface = 32;    public static final int _tk_abstract_interface = 32;
245    
246    /**    /**
247     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
248     * <code>null</code>     * <code>null</code>
249     */     */
250    public static TCKind tk_null = new TCKind(_tk_null);    public static final TCKind tk_null = new TCKind(_tk_null);
251    
252    /**    /**
253     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
254     * <code>void</code>     * <code>void</code>
255     */     */
256    public static TCKind tk_void = new TCKind(_tk_void);    public static final TCKind tk_void = new TCKind(_tk_void);
257    
258    /**    /**
259     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
260     * <code>short</code>     * <code>short</code>
261     */     */
262    public static TCKind tk_short = new TCKind(_tk_short);    public static final TCKind tk_short = new TCKind(_tk_short);
263    
264    /**    /**
265     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
266     * <code>long</code>     * <code>long</code>
267     */     */
268    public static TCKind tk_long = new TCKind(_tk_long);    public static final TCKind tk_long = new TCKind(_tk_long);
269    
270    /**    /**
271     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
272     * <code>ushort</code>     * <code>ushort</code>
273     */     */
274    public static TCKind tk_ushort = new TCKind(_tk_ushort);    public static final TCKind tk_ushort = new TCKind(_tk_ushort);
275    
276    /**    /**
277     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
278     * <code>ulong</code>     * <code>ulong</code>
279     */     */
280    public static TCKind tk_ulong = new TCKind(_tk_ulong);    public static final TCKind tk_ulong = new TCKind(_tk_ulong);
281    
282    /**    /**
283     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
284     * <code>float</code>     * <code>float</code>
285     */     */
286    public static TCKind tk_float = new TCKind(_tk_float);    public static final TCKind tk_float = new TCKind(_tk_float);
287    
288    /**    /**
289     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
290     * <code>double</code>     * <code>double</code>
291     */     */
292    public static TCKind tk_double = new TCKind(_tk_double);    public static final TCKind tk_double = new TCKind(_tk_double);
293    
294    /**    /**
295     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
296     * <code>boolean</code>     * <code>boolean</code>
297     */     */
298    public static TCKind tk_boolean = new TCKind(_tk_boolean);    public static final TCKind tk_boolean = new TCKind(_tk_boolean);
299    
300    /**    /**
301     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
302     * <code>char</code>     * <code>char</code>
303     */     */
304    public static TCKind tk_char = new TCKind(_tk_char);    public static final TCKind tk_char = new TCKind(_tk_char);
305    
306    /**    /**
307     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
308     * <code>octet</code>     * <code>octet</code>
309     */     */
310    public static TCKind tk_octet = new TCKind(_tk_octet);    public static final TCKind tk_octet = new TCKind(_tk_octet);
311    
312    /**    /**
313     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
314     * <code>any</code>     * <code>any</code>
315     */     */
316    public static TCKind tk_any = new TCKind(_tk_any);    public static final TCKind tk_any = new TCKind(_tk_any);
317    
318    /**    /**
319     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
320     * <code>TypeCode</code>     * <code>TypeCode</code>
321     */     */
322    public static TCKind tk_TypeCode = new TCKind(_tk_TypeCode);    public static final TCKind tk_TypeCode = new TCKind(_tk_TypeCode);
323    
324    /**    /**
325     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
326     * <code>Principal</code>     * <code>Principal</code>
327     */     */
328    public static TCKind tk_Principal = new TCKind(_tk_Principal);    public static final TCKind tk_Principal = new TCKind(_tk_Principal);
329    
330    /**    /**
331     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
332     * <code>objref</code>     * <code>objref</code>
333     */     */
334    public static TCKind tk_objref = new TCKind(_tk_objref);    public static final TCKind tk_objref = new TCKind(_tk_objref);
335    
336    /**    /**
337     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
338     * <code>struct</code>     * <code>struct</code>
339     */     */
340    public static TCKind tk_struct = new TCKind(_tk_struct);    public static final TCKind tk_struct = new TCKind(_tk_struct);
341    
342    /**    /**
343     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
344     * <code>union</code>     * <code>union</code>
345     */     */
346    public static TCKind tk_union = new TCKind(_tk_union);    public static final TCKind tk_union = new TCKind(_tk_union);
347    
348    /**    /**
349     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
350     * <code>enum</code>     * <code>enum</code>
351     */     */
352    public static TCKind tk_enum = new TCKind(_tk_enum);    public static final TCKind tk_enum = new TCKind(_tk_enum);
353    
354    /**    /**
355     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
356     * <code>string</code>     * <code>string</code>
357     */     */
358    public static TCKind tk_string = new TCKind(_tk_string);    public static final TCKind tk_string = new TCKind(_tk_string);
359    
360    /**    /**
361     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
362     * <code>sequence</code>     * <code>sequence</code>
363     */     */
364    public static TCKind tk_sequence = new TCKind(_tk_sequence);    public static final TCKind tk_sequence = new TCKind(_tk_sequence);
365    
366    /**    /**
367     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
368     * <code>array</code>     * <code>array</code>
369     */     */
370    public static TCKind tk_array = new TCKind(_tk_array);    public static final TCKind tk_array = new TCKind(_tk_array);
371    
372    /**    /**
373     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
374     * <code>alias</code>     * <code>alias</code>
375     */     */
376    public static TCKind tk_alias = new TCKind(_tk_alias);    public static final TCKind tk_alias = new TCKind(_tk_alias);
377    
378    /**    /**
379     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
380     * <code>except</code>     * <code>except</code>
381     */     */
382    public static TCKind tk_except = new TCKind(_tk_except);    public static final TCKind tk_except = new TCKind(_tk_except);
383    
384    /**    /**
385     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
386     * <code>longlong</code>     * <code>longlong</code>
387     */     */
388    public static TCKind tk_longlong = new TCKind(_tk_longlong);    public static final TCKind tk_longlong = new TCKind(_tk_longlong);
389    
390    /**    /**
391     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
392     * <code>ulonglong</code>     * <code>ulonglong</code>
393     */     */
394    public static TCKind tk_ulonglong = new TCKind(_tk_ulonglong);    public static final TCKind tk_ulonglong = new TCKind(_tk_ulonglong);
395    
396    /**    /**
397     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
398     * <code>longdouble</code>     * <code>longdouble</code>
399     */     */
400    public static TCKind tk_longdouble = new TCKind(_tk_longdouble);    public static final TCKind tk_longdouble = new TCKind(_tk_longdouble);
401    
402    /**    /**
403     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
404     * <code>wchar</code>     * <code>wchar</code>
405     */     */
406    public static TCKind tk_wchar = new TCKind(_tk_wchar);    public static final TCKind tk_wchar = new TCKind(_tk_wchar);
407    
408    /**    /**
409     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
410     * <code>wstring</code>     * <code>wstring</code>
411     */     */
412    public static TCKind tk_wstring = new TCKind(_tk_wstring);    public static final TCKind tk_wstring = new TCKind(_tk_wstring);
413    
414    /**    /**
415     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
416     * <code>fixed</code>     * <code>fixed</code>
417     */     */
418    public static TCKind tk_fixed = new TCKind(_tk_fixed);    public static final TCKind tk_fixed = new TCKind(_tk_fixed);
419    
420    /**    /**
421     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
422     * <code>value</code>     * <code>value</code>
423     */     */
424    public static TCKind tk_value = new TCKind(_tk_value);    public static final TCKind tk_value = new TCKind(_tk_value);
425    
426    /**    /**
427     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
428     * <code>value_box</code>     * <code>value_box</code>
429     */     */
430    public static TCKind tk_value_box = new TCKind(_tk_value_box);    public static final TCKind tk_value_box = new TCKind(_tk_value_box);
431    
432    /**    /**
433     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
434     * <code>native</code>     * <code>native</code>
435     */     */
436    public static TCKind tk_native = new TCKind(_tk_native);    public static final TCKind tk_native = new TCKind(_tk_native);
437    
438    /**    /**
439     * The TCKind constant, indicating IDL data type     * The TCKind constant, indicating IDL data type
440     * <code>abstract_interface</code>     * <code>abstract_interface</code>
441     */     */
442    public static TCKind tk_abstract_interface =    public static final TCKind tk_abstract_interface =
443      new TCKind(_tk_abstract_interface);      new TCKind(_tk_abstract_interface);
444    
445    /**    /**

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26