org.omg.CORBA.InterfaceDefPackage
Class FullInterfaceDescription

java.lang.Object
  |
  +--org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class FullInterfaceDescription
extends java.lang.Object
implements IDLEntity

This structure provides a full description for an interface

See Also:
Serialized Form

Field Summary
 AttributeDescription[] attributes
           
 java.lang.String[] base_interfaces
           
 java.lang.String defined_in
           
 java.lang.String id
           
 java.lang.String name
           
 OperationDescription[] operations
           
 TypeCode type
           
 java.lang.String version
           
 
Constructor Summary
FullInterfaceDescription()
           
FullInterfaceDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, OperationDescription[] operations, AttributeDescription[] attributes, java.lang.String[] base_interfaces, TypeCode type)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

id

public java.lang.String id

defined_in

public java.lang.String defined_in

version

public java.lang.String version

operations

public OperationDescription[] operations

attributes

public AttributeDescription[] attributes

base_interfaces

public java.lang.String[] base_interfaces

type

public TypeCode type
Constructor Detail

FullInterfaceDescription

public FullInterfaceDescription()

FullInterfaceDescription

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