org.omg.CORBA
Class TCKindHelper

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

public class TCKindHelper
extends java.lang.Object


Constructor Summary
TCKindHelper()
           
 
Method Summary
static TCKind extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, TCKind t)
           
static TCKind read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, TCKind value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCKindHelper

public TCKindHelper()
Method Detail

insert

public static void insert(Any a,
                          TCKind t)

extract

public static TCKind extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static TCKind read(InputStream istream)

write

public static void write(OutputStream ostream,
                         TCKind value)