All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.BoundsHelper

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

public abstract class BoundsHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
exception Bounds {
};


Constructor Index

 o BoundsHelper()

Method Index

 o extract(Any)
 o id()
 o insert(Any, Bounds)
 o read(InputStream)
 o type()
 o write(OutputStream, Bounds)

Constructors

 o BoundsHelper
public BoundsHelper()

Methods

 o read
public static Bounds read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         Bounds value)
 o insert
public static void insert(Any any,
                          Bounds value)
 o extract
public static Bounds extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index