Class org.omg.CORBA.TypeCodeHolder
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.TypeCodeHolder

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

public final class TypeCodeHolder
extends Object
A Holder class for typecodes for use with out and inout IDL parameters.

Variable Index

 o value
the TypeCode held by the TypeCodeHolder

Constructor Index

 o TypeCodeHolder()
Default constructor for the TypeCodeHolder
 o TypeCodeHolder(TypeCode)
construct the TypeCodeHolder for the given TypeCode

Variables

 o value
  public TypeCode value
the TypeCode held by the TypeCodeHolder

Constructors

 o TypeCodeHolder
  public TypeCodeHolder()
Default constructor for the TypeCodeHolder
 o TypeCodeHolder
  public TypeCodeHolder(TypeCode initial)
construct the TypeCodeHolder for the given TypeCode
Parameters:
initial - the given typecode

All Packages  Class Hierarchy  This Package  Previous  Next  Index