Lines Matching defs:TCKind

30  * The Java mapping of the IDL enum <code>TCKind</code>, which
34 * The class <code>TCKind</code> consists of:
39 * <LI>a set of <code>TCKind</code> constants, one for each
41 * each <code>TCKind</code> instance is initialized with
46 * corresponding <code>TCKind</code> instance
49 * org.omg.CORBA.TCKind k = org.omg.CORBA.TCKind.from_int(
50 * org.omg.CORBA.TCKind._tk_string);
52 * The variable <code>k</code> represents the <code>TCKind</code>
57 * <code>_value</code> field of a <code>TCKind</code> constant
60 * int i = org.omg.CORBA.TCKind.tk_char.value();
65 * <P>The <code>value</code> field of a <code>TCKind</code> instance
70 public class TCKind {
239 * The <code>TCKind</code> constant whose <code>value</code> field is
240 * initialized with <code>TCKind._tk_null</code>.
242 public static final TCKind tk_null = new TCKind(_tk_null);
245 * The <code>TCKind</code> constant whose <code>value</code> field is
246 * initialized with <code>TCKind._tk_void</code>.
248 public static final TCKind tk_void = new TCKind(_tk_void);
251 * The <code>TCKind</code> constant whose <code>value</code> field is
252 * initialized with <code>TCKind._tk_short</code>.
254 public static final TCKind tk_short = new TCKind(_tk_short);
257 * The <code>TCKind</code> constant whose <code>value</code> field is
258 * initialized with <code>TCKind._tk_long</code>.
260 public static final TCKind tk_long = new TCKind(_tk_long);
263 * The <code>TCKind</code> constant whose <code>value</code> field is
264 * initialized with <code>TCKind._tk_ushort</code>.
266 public static final TCKind tk_ushort = new TCKind(_tk_ushort);
269 * The <code>TCKind</code> constant whose <code>value</code> field is
270 * initialized with <code>TCKind._tk_ulong</code>.
272 public static final TCKind tk_ulong = new TCKind(_tk_ulong);
275 * The <code>TCKind</code> constant whose <code>value</code> field is
276 * initialized with <code>TCKind._tk_float</code>.
278 public static final TCKind tk_float = new TCKind(_tk_float);
281 * The <code>TCKind</code> constant whose <code>value</code> field is
282 * initialized with <code>TCKind._tk_double</code>.
284 public static final TCKind tk_double = new TCKind(_tk_double);
287 * The <code>TCKind</code> constant whose <code>value</code> field is
288 * initialized with <code>TCKind._tk_boolean</code>.
290 public static final TCKind tk_boolean = new TCKind(_tk_boolean);
293 * The <code>TCKind</code> constant whose <code>value</code> field is
294 * initialized with <code>TCKind._tk_char</code>.
296 public static final TCKind tk_char = new TCKind(_tk_char);
299 * The <code>TCKind</code> constant whose <code>value</code> field is
300 * initialized with <code>TCKind._tk_octet</code>.
302 public static final TCKind tk_octet = new TCKind(_tk_octet);
305 * The <code>TCKind</code> constant whose <code>value</code> field is
306 * initialized with <code>TCKind._tk_any</code>.
308 public static final TCKind tk_any = new TCKind(_tk_any);
311 * The <code>TCKind</code> constant whose <code>value</code> field is
312 * initialized with <code>TCKind._tk_TypeCode</code>.
314 public static final TCKind tk_TypeCode = new TCKind(_tk_TypeCode);
317 * The <code>TCKind</code> constant whose <code>value</code> field is
318 * initialized with <code>TCKind._tk_Principal</code>.
320 public static final TCKind tk_Principal = new TCKind(_tk_Principal);
323 * The <code>TCKind</code> constant whose <code>value</code> field is
324 * initialized with <code>TCKind._tk_objref</code>.
326 public static final TCKind tk_objref = new TCKind(_tk_objref);
329 * The <code>TCKind</code> constant whose <code>value</code> field is
330 * initialized with <code>TCKind._tk_struct</code>.
332 public static final TCKind tk_struct = new TCKind(_tk_struct);
335 * The <code>TCKind</code> constant whose <code>value</code> field is
336 * initialized with <code>TCKind._tk_union</code>.
338 public static final TCKind tk_union = new TCKind(_tk_union);
341 * The <code>TCKind</code> constant whose <code>value</code> field is
342 * initialized with <code>TCKind._tk_enum</code>.
344 public static final TCKind tk_enum = new TCKind(_tk_enum);
347 * The <code>TCKind</code> constant whose <code>value</code> field is
348 * initialized with <code>TCKind._tk_string</code>.
350 public static final TCKind tk_string = new TCKind(_tk_string);
353 * The <code>TCKind</code> constant whose <code>value</code> field is
354 * initialized with <code>TCKind._tk_sequence</code>.
356 public static final TCKind tk_sequence = new TCKind(_tk_sequence);
359 * The <code>TCKind</code> constant whose <code>value</code> field is
360 * initialized with <code>TCKind._tk_array</code>.
362 public static final TCKind tk_array = new TCKind(_tk_array);
365 * The <code>TCKind</code> constant whose <code>value</code> field is
366 * initialized with <code>TCKind._tk_alias</code>.
368 public static final TCKind tk_alias = new TCKind(_tk_alias);
371 * The <code>TCKind</code> constant whose <code>value</code> field is
372 * initialized with <code>TCKind._tk_except</code>.
374 public static final TCKind tk_except = new TCKind(_tk_except);
377 * The <code>TCKind</code> constant whose <code>value</code> field is
378 * initialized with <code>TCKind._tk_longlong</code>.
380 public static final TCKind tk_longlong = new TCKind(_tk_longlong);
383 * The <code>TCKind</code> constant whose <code>value</code> field is
384 * initialized with <code>TCKind._tk_ulonglong</code>.
386 public static final TCKind tk_ulonglong = new TCKind(_tk_ulonglong);
389 * The <code>TCKind</code> constant whose <code>value</code> field is
390 * initialized with <code>TCKind._tk_longdouble</code>.
392 public static final TCKind tk_longdouble = new TCKind(_tk_longdouble);
395 * The <code>TCKind</code> constant whose <code>value</code> field is
396 * initialized with <code>TCKind._tk_wchar</code>.
398 public static final TCKind tk_wchar = new TCKind(_tk_wchar);
401 * The <code>TCKind</code> constant whose <code>value</code> field is
402 * initialized with <code>TCKind._tk_wstring</code>.
404 public static final TCKind tk_wstring = new TCKind(_tk_wstring);
407 * The <code>TCKind</code> constant whose <code>value</code> field is
408 * initialized with <code>TCKind._tk_fixed</code>.
410 public static final TCKind tk_fixed = new TCKind(_tk_fixed);
415 * The <code>TCKind</code> constant whose <code>value</code> field is
416 * initialized with <code>TCKind._tk_value</code>.
418 public static final TCKind tk_value = new TCKind(_tk_value);
421 * The <code>TCKind</code> constant whose <code>value</code> field is
422 * initialized with <code>TCKind._tk_value_box</code>.
424 public static final TCKind tk_value_box = new TCKind(_tk_value_box);
428 * The <code>TCKind</code> constant whose <code>value</code> field is
429 * initialized with <code>TCKind._tk_native</code>.
431 public static final TCKind tk_native = new TCKind(_tk_native);
434 * The <code>TCKind</code> constant whose <code>value</code> field is
435 * initialized with <code>TCKind._tk_abstract_interface</code>.
437 public static final TCKind tk_abstract_interface = new TCKind(_tk_abstract_interface);
443 * Retrieves the value of this <code>TCKind</code> instance.
446 * IDL data type for this <code>TCKind</code> instance
454 * <code>TCKind</code> instance.
458 * <code>TCKind</code>.
459 * @return the <code>TCKind</code> instance whose <code>value</code>
463 * any <code>TCKind</code> instance
465 public static TCKind from_int(int i) {
540 * Creates a new <code>TCKind</code> instance initialized with the given
547 * <code>TCKind</code>.
550 protected TCKind(int _value){