org.omg.CORBA
クラス AttributeDefHelper

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

public abstract class AttributeDefHelper
extends java.lang.Object


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

コンストラクタの詳細

AttributeDefHelper

public AttributeDefHelper()
メソッドの詳細

insert

public static void insert(Any a,
                          AttributeDef t)

extract

public static AttributeDef extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static AttributeDef read(InputStream is)

write

public static void write(OutputStream os,
                         AttributeDef _v)

narrow

public static AttributeDef narrow(Object obj)