org.omg.CONV_FRAME
Class CodeSetContextHelper

java.lang.Object
  |
  +--org.omg.CONV_FRAME.CodeSetContextHelper

public class CodeSetContextHelper
extends java.lang.Object


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

Constructor Detail

CodeSetContextHelper

public CodeSetContextHelper()
Method Detail

insert

public static void insert(Any a,
                          CodeSetContext t)

extract

public static CodeSetContext extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static CodeSetContext read(InputStream istream)

write

public static void write(OutputStream ostream,
                         CodeSetContext value)