org.omg.CORBA
クラス ModuleDefHelper

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

public abstract class ModuleDefHelper
extends java.lang.Object


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

コンストラクタの詳細

ModuleDefHelper

public ModuleDefHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          ModuleDef t)

extract

public static ModuleDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ModuleDef read(InputStream is)

write

public static void write(OutputStream os,
                         ModuleDef _v)

narrow

public static ModuleDef narrow(Object obj)