All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription

java.lang.Object
    |
    +----org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription

public final class FullInterfaceDescription
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA/InterfaceDef"
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;
};


Variable Index

 o attributes
 o base_interfaces
 o defined_in
 o id
 o name
 o operations
 o type
 o version

Constructor Index

 o FullInterfaceDescription()
 o FullInterfaceDescription(String, String, String, String, OperationDescription[], AttributeDescription[], String[], TypeCode)

Variables

 o name
public String name
 o id
public String id
 o defined_in
public String defined_in
 o version
public String version
 o operations
public OperationDescription[] operations
 o attributes
public AttributeDescription[] attributes
 o base_interfaces
public String[] base_interfaces
 o type
public TypeCode type

Constructors

 o FullInterfaceDescription
public FullInterfaceDescription()
 o FullInterfaceDescription
public FullInterfaceDescription(String name,
                                String id,
                                String defined_in,
                                String version,
                                OperationDescription[] operations,
                                AttributeDescription[] attributes,
                                String[] base_interfaces,
                                TypeCode type)

All Packages  Class Hierarchy  This Package  Previous  Next  Index