Class FullInterfaceDescription
java.lang.Object
org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
- All Implemented Interfaces:
Serializable
,IDLEntity
org/omg/CORBA/InterfaceDefPackage/FullInterfaceDescription.java .
Generated by the IDL-to-Java compiler (portable), version "4.1"
from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4-build/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl
Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFullInterfaceDescription
(String _name, String _id, String _defined_in, String _version, boolean _is_abstract, OperationDescription[] _operations, AttributeDescription[] _attributes, String[] _base_interfaces, TypeCode _type) -
Method Summary
-
Field Details
-
name
-
id
-
defined_in
-
version
-
is_abstract
public boolean is_abstract -
operations
-
attributes
-
base_interfaces
-
type
-
-
Constructor Details
-
FullInterfaceDescription
public FullInterfaceDescription() -
FullInterfaceDescription
public FullInterfaceDescription(String _name, String _id, String _defined_in, String _version, boolean _is_abstract, OperationDescription[] _operations, AttributeDescription[] _attributes, String[] _base_interfaces, TypeCode _type)
-