org.omg.CORBA
クラス InterfaceDefSeqHelper

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

public abstract class InterfaceDefSeqHelper
extends java.lang.Object


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

コンストラクタの詳細

InterfaceDefSeqHelper

public InterfaceDefSeqHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          InterfaceDef[] t)

extract

public static InterfaceDef[] extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static InterfaceDef[] read(InputStream is)

write

public static void write(OutputStream os,
                         InterfaceDef[] _v0)