org.omg.CORBA
Class ValueDescriptionHelper

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

public class ValueDescriptionHelper
extends java.lang.Object


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

Constructor Detail

ValueDescriptionHelper

public ValueDescriptionHelper()
Method Detail

insert

public static void insert(Any a,
                          ValueDescription t)

extract

public static ValueDescription extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ValueDescription read(InputStream istream)

write

public static void write(OutputStream ostream,
                         ValueDescription value)