org.omg.DynamicAny
クラス DynValueHelper

java.lang.Object
  |
  +--org.omg.DynamicAny.DynValueHelper

public abstract class DynValueHelper
extends java.lang.Object


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

コンストラクタの詳細

DynValueHelper

public DynValueHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          DynValue t)

extract

public static DynValue extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static DynValue read(InputStream is)

write

public static void write(OutputStream os,
                         DynValue _v)

narrow

public static DynValue narrow(Object obj)