Class org.omg.CORBA.TypedefDefHelper
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.TypedefDefHelper

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

public final class TypedefDefHelper
extends Object

Method Index

 o __read(InputStream)
 o __write(OutputStream, TypedefDef)
 o _is_a(Object)
 o extract(Any)
 o id()
 o insert(Any, TypedefDef)
 o narrow(Object)
 o type()

Methods

 o __write
  public static void __write(OutputStream out,
                             TypedefDef that)
 o __read
  public static TypedefDef __read(InputStream in)
 o extract
  public static TypedefDef extract(Any a)
 o insert
  public static void insert(Any a,
                            TypedefDef that)
 o type
  public static synchronized TypeCode type()
 o id
  public static String id()
 o _is_a
  public static boolean _is_a(Object that)
 o narrow
  public static TypedefDef narrow(Object that) throws BAD_PARAM

All Packages  Class Hierarchy  This Package  Previous  Next  Index