VisiBroker for Java

org.omg.CORBA
Class TypeDescription

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

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

The TypeDescription class is stored in the interface repository.

See Also:
Serialized Form

Field Summary
 java.lang.String defined_in
          The name of the module or interface in which this type is defined.
 java.lang.String id
          The repository id of the type.
 java.lang.String name
          The name of the type.
 TypeCode type
          The type's IDL type.
 java.lang.String version
          The type's version.
 
Constructor Summary
TypeDescription()
           
TypeDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, TypeCode type)
           
 
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 type.


id

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


defined_in

public java.lang.String defined_in
The name of the module or interface in which this type is defined.


version

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


type

public TypeCode type
The type's IDL type.

Constructor Detail

TypeDescription

public TypeDescription()

TypeDescription

public TypeDescription(java.lang.String name,
                       java.lang.String id,
                       java.lang.String defined_in,
                       java.lang.String version,
                       TypeCode type)

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