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
- Java Class org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
- Source File org/omg/CORBA/InterfaceDefPackage/FullInterfaceDescription.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::InterfaceDef::FullInterfaceDescription
- Repository Identifier IDL:omg.org/CORBA/InterfaceDef/FullInterfaceDescription:1.0
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;
};
attributes-
base_interfaces-
defined_in-
id-
name-
operations-
type-
version-
FullInterfaceDescription()
-
FullInterfaceDescription(String, String, String, String, OperationDescription[], AttributeDescription[], String[], TypeCode)
-
name
public String name
id
public String id
defined_in
public String defined_in
version
public String version
operations
public OperationDescription[] operations
attributes
public AttributeDescription[] attributes
base_interfaces
public String[] base_interfaces
type
public TypeCode type
FullInterfaceDescription
public FullInterfaceDescription()
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