org.omg.CORBA
クラス ValueDescriptionHelper

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

public abstract class ValueDescriptionHelper
extends java.lang.Object


コンストラクタの概要
ValueDescriptionHelper()
           
 
メソッドの概要
static ValueDescription extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, ValueDescription t)
           
static ValueDescription read(InputStream is)
           
static TypeCode type()
           
static void write(OutputStream os, ValueDescription v)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ValueDescriptionHelper

public ValueDescriptionHelper()
メソッドの詳細

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 is)

write

public static void write(OutputStream os,
                         ValueDescription v)