All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.TCKindHelper

java.lang.Object
   |
   +----org.omg.CORBA.TCKindHelper

public abstract class TCKindHelper
extends Object

IDL definition:
enum TCKind {
tk_null,
tk_void,
tk_short,
tk_long,
tk_ushort,
tk_ulong,
tk_float,
tk_double,
tk_boolean,
tk_char,
tk_octet,
tk_any,
tk_TypeCode,
tk_Principal,
tk_objref,
tk_struct,
tk_union,
tk_enum,
tk_string,
tk_sequence,
tk_array,
tk_alias,
tk_except,
tk_longlong,
tk_ulonglong,
tk_longdouble,
tk_wchar,
tk_wstring,
tk_fixed,
tk_unused_29,
tk_unused_30,
tk_unused_31,
tk_estruct
};


Constructor Index

 o TCKindHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, TCKind)
 o read(InputStream)
 o type()
 o write(OutputStream, TCKind)

Constructors

 o TCKindHelper
 public TCKindHelper()

Methods

 o read
 public static TCKind read(InputStream _input)
 o write
 public static void write(OutputStream _output,
                          TCKind value)
 o insert
 public static void insert(Any any,
                           TCKind value)
 o extract
 public static TCKind extract(Any any)
 o type
 public static TypeCode type()
 o id
 public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index