org.omg.CORBA.InterfaceDefPackage
Class FullInterfaceDescription

java.lang.Object
  extended by org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription
All Implemented Interfaces:
Serializable, IDLEntity

public final class FullInterfaceDescription
extends Object
implements IDLEntity

See Also:
Serialized Form

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

Field Detail

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
Constructor Detail

FullInterfaceDescription

public FullInterfaceDescription()

FullInterfaceDescription

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


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.