All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.BoundsHolder

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

public final class BoundsHolder
extends Object
implements Streamable

IDL definition:
exception Bounds {
};


Variable Index

 o value

Constructor Index

 o BoundsHolder()
 o BoundsHolder(Bounds)

Method Index

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

Variables

 o value
 public Bounds value

Constructors

 o BoundsHolder
 public BoundsHolder()
 o BoundsHolder
 public BoundsHolder(Bounds 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