org.omg.CORBA
Class StringDefHelper

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

public class StringDefHelper
extends java.lang.Object


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

Constructor Detail

StringDefHelper

public StringDefHelper()
Method Detail

insert

public static void insert(Any a,
                          StringDef t)

extract

public static StringDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static StringDef read(InputStream istream)

write

public static void write(OutputStream ostream,
                         StringDef value)

narrow

public static StringDef narrow(Object obj)

unchecked_narrow

public static StringDef unchecked_narrow(Object obj)