All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.TypeCodePackage.BoundsHelper
java.lang.Object
|
+----org.omg.CORBA.TypeCodePackage.BoundsHelper
- public abstract class BoundsHelper
- extends Object
- Java Class org.omg.CORBA.TypeCodePackage.BoundsHelper
- Source File org/omg/CORBA/TypeCodePackage/BoundsHelper.java
- IDL Source File corba.idl
- IDL Absolute Name ::CORBA::TypeCode::Bounds
- Repository Identifier IDL:omg.org/CORBA/TypeCode/Bounds:1.0
IDL definition:
exception Bounds {
};
-
BoundsHelper()
-
-
extract(Any)
-
-
id()
-
-
insert(Any, Bounds)
-
-
read(InputStream)
-
-
type()
-
-
write(OutputStream, Bounds)
-
BoundsHelper
public BoundsHelper()
read
public static Bounds read(InputStream _input)
write
public static void write(OutputStream _output,
Bounds value)
insert
public static void insert(Any any,
Bounds value)
extract
public static Bounds extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index