- java.lang.Object
-
- org.omg.CORBA.BoundsHelper
-
public abstract class BoundsHelper extends Object
This Helper class is used to facilitate the marshalling ofBounds. For more information on Helper files, see "Generated Files: Helper Files".
-
-
Constructor Summary
Constructors Constructor Description BoundsHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Boundsextract(Any a)static Stringid()static voidinsert(Any a, Bounds that)static Boundsread(InputStream istream)static TypeCodetype()static voidwrite(OutputStream ostream, Bounds value)
-
-
-
Method Detail
-
type
public static TypeCode type()
-
id
public static String id()
-
read
public static Bounds read(InputStream istream)
-
write
public static void write(OutputStream ostream, Bounds value)
-
-