- 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 Bounds
extract(Any a)
static String
id()
static void
insert(Any a, Bounds that)
static Bounds
read(InputStream istream)
static TypeCode
type()
static void
write(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)
-
-