VisiBroker for Java

org.omg.CORBA
Class ConstantDescription

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

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

The ConstantDescription describes a constant that is stored in the interface repository.

See Also:
Serialized Form

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


id

public java.lang.String id
This variable represents the repository id of the constant.


defined_in

public java.lang.String defined_in
This variable represents the repository id of the module or interface in which this constant is defined.


version

public java.lang.String version
This variable represents the constant's version.


type

public TypeCode type
This variable represents the constant's IDL type.


value

public Any value
This variable represents the value of this constant.

Constructor Detail

ConstantDescription

public ConstantDescription()

ConstantDescription

public ConstantDescription(java.lang.String name,
                           java.lang.String id,
                           java.lang.String defined_in,
                           java.lang.String version,
                           TypeCode type,
                           Any value)

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