All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.TCKindHolder

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

public final class TCKindHolder
extends Object
implements Streamable

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
};


Variable Index

 o value

Constructor Index

 o TCKindHolder()
 o TCKindHolder(TCKind)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public TCKind value

Constructors

 o TCKindHolder
 public TCKindHolder()
 o TCKindHolder
 public TCKindHolder(TCKind value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index