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

Class org.omg.CORBA.ArrayDefHelper

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

public final class ArrayDefHelper
extends Object

Method Index

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

Methods

 o __write
  public static void __write(OutputStream out,
                             ArrayDef that)
 o __read
  public static ArrayDef __read(InputStream in)
 o extract
  public static ArrayDef extract(Any a)
 o insert
  public static void insert(Any a,
                            ArrayDef 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 ArrayDef narrow(Object that) throws BAD_PARAM

All Packages  Class Hierarchy  This Package  Previous  Next  Index