org.omg.CORBA
クラス ConstantDefHelper

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

public abstract class ConstantDefHelper
extends java.lang.Object


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

コンストラクタの詳細

ConstantDefHelper

public ConstantDefHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          ConstantDef t)

extract

public static ConstantDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static ConstantDef read(InputStream is)

write

public static void write(OutputStream os,
                         ConstantDef _v)

narrow

public static ConstantDef narrow(Object obj)