VisiBroker for Java

org.omg.CORBA
Class ModuleDescription

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

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

The ModuleDescription class describes a module that is stored in the interface repository.

See Also:
Serialized Form

Field Summary
 java.lang.String defined_in
          The repository id of the module in which this module is defined.
 java.lang.String id
          The repository id of the module.
 java.lang.String name
          The name of the module.
 java.lang.String version
          The module's version.
 
Constructor Summary
ModuleDescription()
           
ModuleDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name of the module.


id

public java.lang.String id
The repository id of the module.


defined_in

public java.lang.String defined_in
The repository id of the module in which this module is defined.


version

public java.lang.String version
The module's version.

Constructor Detail

ModuleDescription

public ModuleDescription()

ModuleDescription

public ModuleDescription(java.lang.String name,
                         java.lang.String id,
                         java.lang.String defined_in,
                         java.lang.String version)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online