org.omg.CONV_FRAME
Class CodeSetComponentInfoHelper

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

public class CodeSetComponentInfoHelper
extends java.lang.Object


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

Constructor Detail

CodeSetComponentInfoHelper

public CodeSetComponentInfoHelper()
Method Detail

insert

public static void insert(Any a,
                          CodeSetComponentInfo t)

extract

public static CodeSetComponentInfo extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static CodeSetComponentInfo read(InputStream istream)

write

public static void write(OutputStream ostream,
                         CodeSetComponentInfo value)