< prev index next >

src/java.corba/share/classes/org/omg/CORBA/TCKind.java

Print this page




 220     public static final int _tk_value = 29;             // orbos 98-01-18: Objects By Value
 221 
 222     /**
 223      * The <code>int</code> constant for the IDL data type <code>value_box</code>.
 224      */
 225     public static final int _tk_value_box = 30; // orbos 98-01-18: Objects By Value
 226 
 227     /**
 228      * The <code>int</code> constant for the IDL data type <code>native</code>.
 229      */
 230     public static final int _tk_native = 31;        // Verify
 231 
 232     /**
 233      * The <code>int</code> constant for the IDL data type <code>abstract interface</code>.
 234      */
 235     public static final int _tk_abstract_interface = 32;
 236 
 237 
 238     /**
 239      * The <code>TCKind</code> constant whose <code>value</code> field is
 240      * initialized with <code>TCKind._tk_null</code>.
 241      */
 242     public static final TCKind tk_null = new TCKind(_tk_null);
 243 
 244     /**
 245      * The <code>TCKind</code> constant whose <code>value</code> field is
 246      * initialized with <code>TCKind._tk_void</code>.
 247      */
 248     public static final TCKind tk_void = new TCKind(_tk_void);
 249 
 250     /**
 251      * The <code>TCKind</code> constant whose <code>value</code> field is
 252      * initialized with <code>TCKind._tk_short</code>.
 253      */
 254     public static final TCKind tk_short = new TCKind(_tk_short);
 255 
 256     /**
 257      * The <code>TCKind</code> constant whose <code>value</code> field is
 258      * initialized with <code>TCKind._tk_long</code>.
 259      */
 260     public static final TCKind tk_long = new TCKind(_tk_long);
 261 
 262     /**
 263      * The <code>TCKind</code> constant whose <code>value</code> field is
 264      * initialized with <code>TCKind._tk_ushort</code>.
 265      */
 266     public static final TCKind tk_ushort = new TCKind(_tk_ushort);
 267 
 268     /**
 269      * The <code>TCKind</code> constant whose <code>value</code> field is
 270      * initialized with <code>TCKind._tk_ulong</code>.
 271      */
 272     public static final TCKind tk_ulong = new TCKind(_tk_ulong);
 273 
 274     /**
 275      * The <code>TCKind</code> constant whose <code>value</code> field is
 276      * initialized with <code>TCKind._tk_float</code>.
 277      */
 278     public static final TCKind tk_float = new TCKind(_tk_float);
 279 
 280     /**
 281      * The <code>TCKind</code> constant whose <code>value</code> field is
 282      * initialized with <code>TCKind._tk_double</code>.
 283      */
 284     public static final TCKind tk_double = new TCKind(_tk_double);
 285 
 286     /**
 287      * The <code>TCKind</code> constant whose <code>value</code> field is
 288      * initialized with <code>TCKind._tk_boolean</code>.
 289      */
 290     public static final TCKind tk_boolean = new TCKind(_tk_boolean);
 291 
 292     /**
 293      * The <code>TCKind</code> constant whose <code>value</code> field is
 294      * initialized with <code>TCKind._tk_char</code>.
 295      */
 296     public static final TCKind tk_char = new TCKind(_tk_char);
 297 
 298     /**
 299      * The <code>TCKind</code> constant whose <code>value</code> field is
 300      * initialized with <code>TCKind._tk_octet</code>.
 301      */
 302     public static final TCKind tk_octet = new TCKind(_tk_octet);
 303 
 304     /**
 305      * The <code>TCKind</code> constant whose <code>value</code> field is
 306      * initialized with <code>TCKind._tk_any</code>.
 307      */
 308     public static final TCKind tk_any = new TCKind(_tk_any);
 309 
 310     /**
 311      * The <code>TCKind</code> constant whose <code>value</code> field is
 312      * initialized with <code>TCKind._tk_TypeCode</code>.
 313      */
 314     public static final TCKind tk_TypeCode = new TCKind(_tk_TypeCode);
 315 
 316     /**
 317      * The <code>TCKind</code> constant whose <code>value</code> field is
 318      * initialized with <code>TCKind._tk_Principal</code>.
 319      */
 320     public static final TCKind tk_Principal = new TCKind(_tk_Principal);
 321 
 322     /**
 323      * The <code>TCKind</code> constant whose <code>value</code> field is
 324      * initialized with <code>TCKind._tk_objref</code>.
 325      */
 326     public static final TCKind tk_objref = new TCKind(_tk_objref);
 327 
 328     /**
 329      * The <code>TCKind</code> constant whose <code>value</code> field is
 330      * initialized with <code>TCKind._tk_struct</code>.
 331      */
 332     public static final TCKind tk_struct = new TCKind(_tk_struct);
 333 
 334     /**
 335      * The <code>TCKind</code> constant whose <code>value</code> field is
 336      * initialized with <code>TCKind._tk_union</code>.
 337      */
 338     public static final TCKind tk_union = new TCKind(_tk_union);
 339 
 340     /**
 341      * The <code>TCKind</code> constant whose <code>value</code> field is
 342      * initialized with <code>TCKind._tk_enum</code>.
 343      */
 344     public static final TCKind tk_enum = new TCKind(_tk_enum);
 345 
 346     /**
 347      * The <code>TCKind</code> constant whose <code>value</code> field is
 348      * initialized with <code>TCKind._tk_string</code>.
 349      */
 350     public static final TCKind tk_string = new TCKind(_tk_string);
 351 
 352     /**
 353      * The <code>TCKind</code> constant whose <code>value</code> field is
 354      * initialized with <code>TCKind._tk_sequence</code>.
 355      */
 356     public static final TCKind tk_sequence = new TCKind(_tk_sequence);
 357 
 358     /**
 359      * The <code>TCKind</code> constant whose <code>value</code> field is
 360      * initialized with <code>TCKind._tk_array</code>.
 361      */
 362     public static final TCKind tk_array = new TCKind(_tk_array);
 363 
 364     /**
 365      * The <code>TCKind</code> constant whose <code>value</code> field is
 366      * initialized with <code>TCKind._tk_alias</code>.
 367      */
 368     public static final TCKind tk_alias = new TCKind(_tk_alias);
 369 
 370     /**
 371      * The <code>TCKind</code> constant whose <code>value</code> field is
 372      * initialized with <code>TCKind._tk_except</code>.
 373      */
 374     public static final TCKind tk_except = new TCKind(_tk_except);
 375 
 376     /**
 377      * The <code>TCKind</code> constant whose <code>value</code> field is
 378      * initialized with <code>TCKind._tk_longlong</code>.
 379      */
 380     public static final TCKind tk_longlong = new TCKind(_tk_longlong);
 381 
 382     /**
 383      * The <code>TCKind</code> constant whose <code>value</code> field is
 384      * initialized with <code>TCKind._tk_ulonglong</code>.
 385      */
 386     public static final TCKind tk_ulonglong = new TCKind(_tk_ulonglong);
 387 
 388     /**
 389      * The <code>TCKind</code> constant whose <code>value</code> field is
 390      * initialized with <code>TCKind._tk_longdouble</code>.
 391      */
 392     public static final TCKind tk_longdouble = new TCKind(_tk_longdouble);
 393 
 394     /**
 395      * The <code>TCKind</code> constant whose <code>value</code> field is
 396      * initialized with <code>TCKind._tk_wchar</code>.
 397      */
 398     public static final TCKind tk_wchar = new TCKind(_tk_wchar);
 399 
 400     /**
 401      * The <code>TCKind</code> constant whose <code>value</code> field is
 402      * initialized with <code>TCKind._tk_wstring</code>.
 403      */
 404     public static final TCKind tk_wstring = new TCKind(_tk_wstring);
 405 
 406     /**
 407      * The <code>TCKind</code> constant whose <code>value</code> field is
 408      * initialized with <code>TCKind._tk_fixed</code>.
 409      */
 410     public static final TCKind tk_fixed = new TCKind(_tk_fixed);
 411 
 412     // orbos 98-01-18: Objects By Value -- begin
 413 
 414     /**
 415      * The <code>TCKind</code> constant whose <code>value</code> field is
 416      * initialized with <code>TCKind._tk_value</code>.
 417      */
 418     public static final TCKind tk_value = new TCKind(_tk_value);
 419 
 420     /**
 421      * The <code>TCKind</code> constant whose <code>value</code> field is
 422      * initialized with <code>TCKind._tk_value_box</code>.
 423      */
 424     public static final TCKind tk_value_box = new TCKind(_tk_value_box);
 425     // orbos 98-01-18: Objects By Value -- end
 426 
 427     /**
 428      * The <code>TCKind</code> constant whose <code>value</code> field is
 429      * initialized with <code>TCKind._tk_native</code>.
 430      */
 431     public static final TCKind tk_native = new TCKind(_tk_native);
 432 
 433     /**
 434      * The <code>TCKind</code> constant whose <code>value</code> field is
 435      * initialized with <code>TCKind._tk_abstract_interface</code>.
 436      */
 437     public static final TCKind tk_abstract_interface = new TCKind(_tk_abstract_interface);
 438 
 439 
 440 
 441 
 442     /**
 443      * Retrieves the value of this <code>TCKind</code> instance.
 444      *
 445      * @return  the <code>int</code> that represents the kind of
 446      * IDL data type for this <code>TCKind</code> instance
 447      */
 448     public int value() {
 449         return _value;
 450     }
 451 
 452     /**
 453      * Converts the given <code>int</code> to the corresponding
 454      * <code>TCKind</code> instance.
 455      *




 220     public static final int _tk_value = 29;             // orbos 98-01-18: Objects By Value
 221 
 222     /**
 223      * The <code>int</code> constant for the IDL data type <code>value_box</code>.
 224      */
 225     public static final int _tk_value_box = 30; // orbos 98-01-18: Objects By Value
 226 
 227     /**
 228      * The <code>int</code> constant for the IDL data type <code>native</code>.
 229      */
 230     public static final int _tk_native = 31;        // Verify
 231 
 232     /**
 233      * The <code>int</code> constant for the IDL data type <code>abstract interface</code>.
 234      */
 235     public static final int _tk_abstract_interface = 32;
 236 
 237 
 238     /**
 239      * The <code>TCKind</code> constant whose <code>value</code> field is
 240      * initialized with {@code TCKind._tk_null}.
 241      */
 242     public static final TCKind tk_null = new TCKind(_tk_null);
 243 
 244     /**
 245      * The <code>TCKind</code> constant whose <code>value</code> field is
 246      * initialized with {@code TCKind._tk_void}.
 247      */
 248     public static final TCKind tk_void = new TCKind(_tk_void);
 249 
 250     /**
 251      * The <code>TCKind</code> constant whose <code>value</code> field is
 252      * initialized with {@code TCKind._tk_short}.
 253      */
 254     public static final TCKind tk_short = new TCKind(_tk_short);
 255 
 256     /**
 257      * The <code>TCKind</code> constant whose <code>value</code> field is
 258      * initialized with {@code TCKind._tk_long}.
 259      */
 260     public static final TCKind tk_long = new TCKind(_tk_long);
 261 
 262     /**
 263      * The <code>TCKind</code> constant whose <code>value</code> field is
 264      * initialized with {@code TCKind._tk_ushort}.
 265      */
 266     public static final TCKind tk_ushort = new TCKind(_tk_ushort);
 267 
 268     /**
 269      * The <code>TCKind</code> constant whose <code>value</code> field is
 270      * initialized with {@code TCKind._tk_ulong}.
 271      */
 272     public static final TCKind tk_ulong = new TCKind(_tk_ulong);
 273 
 274     /**
 275      * The <code>TCKind</code> constant whose <code>value</code> field is
 276      * initialized with {@code TCKind._tk_float}.
 277      */
 278     public static final TCKind tk_float = new TCKind(_tk_float);
 279 
 280     /**
 281      * The <code>TCKind</code> constant whose <code>value</code> field is
 282      * initialized with {@code TCKind._tk_double}.
 283      */
 284     public static final TCKind tk_double = new TCKind(_tk_double);
 285 
 286     /**
 287      * The <code>TCKind</code> constant whose <code>value</code> field is
 288      * initialized with {@code TCKind._tk_boolean}.
 289      */
 290     public static final TCKind tk_boolean = new TCKind(_tk_boolean);
 291 
 292     /**
 293      * The <code>TCKind</code> constant whose <code>value</code> field is
 294      * initialized with {@code TCKind._tk_char}.
 295      */
 296     public static final TCKind tk_char = new TCKind(_tk_char);
 297 
 298     /**
 299      * The <code>TCKind</code> constant whose <code>value</code> field is
 300      * initialized with {@code TCKind._tk_octet}.
 301      */
 302     public static final TCKind tk_octet = new TCKind(_tk_octet);
 303 
 304     /**
 305      * The <code>TCKind</code> constant whose <code>value</code> field is
 306      * initialized with {@code TCKind._tk_any}.
 307      */
 308     public static final TCKind tk_any = new TCKind(_tk_any);
 309 
 310     /**
 311      * The <code>TCKind</code> constant whose <code>value</code> field is
 312      * initialized with {@code TCKind._tk_TypeCode}.
 313      */
 314     public static final TCKind tk_TypeCode = new TCKind(_tk_TypeCode);
 315 
 316     /**
 317      * The <code>TCKind</code> constant whose <code>value</code> field is
 318      * initialized with {@code TCKind._tk_Principal}.
 319      */
 320     public static final TCKind tk_Principal = new TCKind(_tk_Principal);
 321 
 322     /**
 323      * The <code>TCKind</code> constant whose <code>value</code> field is
 324      * initialized with {@code TCKind._tk_objref}.
 325      */
 326     public static final TCKind tk_objref = new TCKind(_tk_objref);
 327 
 328     /**
 329      * The <code>TCKind</code> constant whose <code>value</code> field is
 330      * initialized with {@code TCKind._tk_struct}.
 331      */
 332     public static final TCKind tk_struct = new TCKind(_tk_struct);
 333 
 334     /**
 335      * The <code>TCKind</code> constant whose <code>value</code> field is
 336      * initialized with {@code TCKind._tk_union}.
 337      */
 338     public static final TCKind tk_union = new TCKind(_tk_union);
 339 
 340     /**
 341      * The <code>TCKind</code> constant whose <code>value</code> field is
 342      * initialized with {@code TCKind._tk_enum}.
 343      */
 344     public static final TCKind tk_enum = new TCKind(_tk_enum);
 345 
 346     /**
 347      * The <code>TCKind</code> constant whose <code>value</code> field is
 348      * initialized with {@code TCKind._tk_string}.
 349      */
 350     public static final TCKind tk_string = new TCKind(_tk_string);
 351 
 352     /**
 353      * The <code>TCKind</code> constant whose <code>value</code> field is
 354      * initialized with {@code TCKind._tk_sequence}.
 355      */
 356     public static final TCKind tk_sequence = new TCKind(_tk_sequence);
 357 
 358     /**
 359      * The <code>TCKind</code> constant whose <code>value</code> field is
 360      * initialized with {@code TCKind._tk_array}.
 361      */
 362     public static final TCKind tk_array = new TCKind(_tk_array);
 363 
 364     /**
 365      * The <code>TCKind</code> constant whose <code>value</code> field is
 366      * initialized with {@code TCKind._tk_alias}.
 367      */
 368     public static final TCKind tk_alias = new TCKind(_tk_alias);
 369 
 370     /**
 371      * The <code>TCKind</code> constant whose <code>value</code> field is
 372      * initialized with {@code TCKind._tk_except}.
 373      */
 374     public static final TCKind tk_except = new TCKind(_tk_except);
 375 
 376     /**
 377      * The <code>TCKind</code> constant whose <code>value</code> field is
 378      * initialized with {@code TCKind._tk_longlong}.
 379      */
 380     public static final TCKind tk_longlong = new TCKind(_tk_longlong);
 381 
 382     /**
 383      * The <code>TCKind</code> constant whose <code>value</code> field is
 384      * initialized with {@code TCKind._tk_ulonglong}.
 385      */
 386     public static final TCKind tk_ulonglong = new TCKind(_tk_ulonglong);
 387 
 388     /**
 389      * The <code>TCKind</code> constant whose <code>value</code> field is
 390      * initialized with {@code TCKind._tk_longdouble}.
 391      */
 392     public static final TCKind tk_longdouble = new TCKind(_tk_longdouble);
 393 
 394     /**
 395      * The <code>TCKind</code> constant whose <code>value</code> field is
 396      * initialized with {@code TCKind._tk_wchar}.
 397      */
 398     public static final TCKind tk_wchar = new TCKind(_tk_wchar);
 399 
 400     /**
 401      * The <code>TCKind</code> constant whose <code>value</code> field is
 402      * initialized with {@code TCKind._tk_wstring}.
 403      */
 404     public static final TCKind tk_wstring = new TCKind(_tk_wstring);
 405 
 406     /**
 407      * The <code>TCKind</code> constant whose <code>value</code> field is
 408      * initialized with {@code TCKind._tk_fixed}.
 409      */
 410     public static final TCKind tk_fixed = new TCKind(_tk_fixed);
 411 
 412     // orbos 98-01-18: Objects By Value -- begin
 413 
 414     /**
 415      * The <code>TCKind</code> constant whose <code>value</code> field is
 416      * initialized with {@code TCKind._tk_value}.
 417      */
 418     public static final TCKind tk_value = new TCKind(_tk_value);
 419 
 420     /**
 421      * The <code>TCKind</code> constant whose <code>value</code> field is
 422      * initialized with {@code TCKind._tk_value_box}.
 423      */
 424     public static final TCKind tk_value_box = new TCKind(_tk_value_box);
 425     // orbos 98-01-18: Objects By Value -- end
 426 
 427     /**
 428      * The <code>TCKind</code> constant whose <code>value</code> field is
 429      * initialized with {@code TCKind._tk_native}.
 430      */
 431     public static final TCKind tk_native = new TCKind(_tk_native);
 432 
 433     /**
 434      * The <code>TCKind</code> constant whose <code>value</code> field is
 435      * initialized with {@code TCKind._tk_abstract_interface}.
 436      */
 437     public static final TCKind tk_abstract_interface = new TCKind(_tk_abstract_interface);
 438 
 439 
 440 
 441 
 442     /**
 443      * Retrieves the value of this <code>TCKind</code> instance.
 444      *
 445      * @return  the <code>int</code> that represents the kind of
 446      * IDL data type for this <code>TCKind</code> instance
 447      */
 448     public int value() {
 449         return _value;
 450     }
 451 
 452     /**
 453      * Converts the given <code>int</code> to the corresponding
 454      * <code>TCKind</code> instance.
 455      *


< prev index next >