All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
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 String name
public String id
public String defined_in
public String version
public OperationDescription operations[]
public AttributeDescription attributes[]
public String base_interfaces[]
public TypeCode type
public 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