org.omg.CORBA
Class ConstantDescription

java.lang.Object
  |
  +--org.omg.CORBA.ConstantDescription
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

This structure provides all data that describe a constant. This structure is used by the describe operation when it is applied to a constant.

See Also:
Serialized Form

Field Summary
 java.lang.String defined_in
           
 java.lang.String id
           
 java.lang.String name
           
 TypeCode type
           
 Any value
           
 java.lang.String 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

id

public java.lang.String id

defined_in

public java.lang.String defined_in

version

public java.lang.String version

type

public TypeCode type

value

public Any value
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)