All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.InterfaceDescriptionHelper
struct InterfaceDescription { ::CORBA::Identifier name; ::CORBA::RepositoryId id; ::CORBA::RepositoryId defined_in; ::CORBA::VersionSpec version; ::CORBA::RepositoryIdSeq base_interfaces; };
public InterfaceDescriptionHelper()
public static InterfaceDescription read(InputStream _input)
public static void write(OutputStream _output, InterfaceDescription value)
public static void insert(Any any, InterfaceDescription value)
public static InterfaceDescription extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index