org.omg.CORBA
Class InterfaceDescription

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

public final class InterfaceDescription
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 String[] base_interfaces
           
 String defined_in
           
 String id
           
 String name
           
 String version
           
 
Constructor Summary
InterfaceDescription()
           
InterfaceDescription(String name, String id, String defined_in, String version, String[] base_interfaces)
           
 
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

base_interfaces

public String[] base_interfaces
Constructor Detail

InterfaceDescription

public InterfaceDescription()

InterfaceDescription

public InterfaceDescription(String name,
                            String id,
                            String defined_in,
                            String version,
                            String[] base_interfaces)


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