org.omg.CORBA
クラス StructDefHelper

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

public abstract class StructDefHelper
extends java.lang.Object


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

コンストラクタの詳細

StructDefHelper

public StructDefHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          StructDef t)

extract

public static StructDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static StructDef read(InputStream is)

write

public static void write(OutputStream os,
                         StructDef _v)

narrow

public static StructDef narrow(Object obj)