All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.ArrayDefHelper
interface ArrayDef : ::CORBA::IDLType { attribute unsigned long length; readonly attribute TypeCode element_type; attribute ::CORBA::IDLType element_type_def; };
public ArrayDefHelper()
public static ArrayDef narrow(Object object)
public static ArrayDef bind(ORB orb)
public static ArrayDef bind(ORB orb, String name)
public static ArrayDef bind(ORB orb, String name, String host, BindOptions options)
public static ArrayDef read(InputStream _input)
public static void write(OutputStream _output, ArrayDef value)
public static void insert(Any any, ArrayDef value)
public static ArrayDef extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index