org.omg.CORBA
クラス AliasDefHelper

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

public abstract class AliasDefHelper
extends java.lang.Object


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

コンストラクタの詳細

AliasDefHelper

public AliasDefHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          AliasDef t)

extract

public static AliasDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static AliasDef read(InputStream is)

write

public static void write(OutputStream os,
                         AliasDef _v)

narrow

public static AliasDef narrow(Object obj)