|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CORBA.ModuleDescription
public final class ModuleDescription
The ModuleDescription
class describes a module that is stored in the interface repository.
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 |
---|
public java.lang.String name
public java.lang.String id
public java.lang.String defined_in
public java.lang.String version
Constructor Detail |
---|
public ModuleDescription()
public ModuleDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |