All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.ConstantDescriptionHolder

java.lang.Object
    |
    +----org.omg.CORBA.ConstantDescriptionHolder

public final class ConstantDescriptionHolder
extends Object
implements Streamable

IDL definition:
#pragma prefix "omg.org/CORBA"
struct ConstantDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
TypeCode type;
any value;
};


Variable Index

 o value

Constructor Index

 o ConstantDescriptionHolder()
 o ConstantDescriptionHolder(ConstantDescription)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
public ConstantDescription value

Constructors

 o ConstantDescriptionHolder
public ConstantDescriptionHolder()
 o ConstantDescriptionHolder
public ConstantDescriptionHolder(ConstantDescription value)

Methods

 o _read
public void _read(InputStream input)
 o _write
public void _write(OutputStream output)
 o _type
public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index