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