All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.InterfaceDefSeqHelper

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

public abstract class InterfaceDefSeqHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
typedef sequence<::CORBA::InterfaceDef> InterfaceDefSeq;


Constructor Index

 o InterfaceDefSeqHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, InterfaceDef[])
 o read(InputStream)
 o type()
 o write(OutputStream, InterfaceDef[])

Constructors

 o InterfaceDefSeqHelper
public InterfaceDefSeqHelper()

Methods

 o read
public static InterfaceDef[] read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         InterfaceDef[] value)
 o insert
public static void insert(Any any,
                          InterfaceDef[] value)
 o extract
public static InterfaceDef[] extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index