Class org.omg.CORBA.PrimitiveDefHelper
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.PrimitiveDefHelper
java.lang.Object
|
+----org.omg.CORBA.PrimitiveDefHelper
- public final class PrimitiveDefHelper
- extends Object
-
__read(InputStream)
-
-
__write(OutputStream, PrimitiveDef)
-
-
_is_a(Object)
-
-
extract(Any)
-
-
id()
-
-
insert(Any, PrimitiveDef)
-
-
narrow(Object)
-
-
type()
-
__write
public static void __write(OutputStream out,
PrimitiveDef that)
__read
public static PrimitiveDef __read(InputStream in)
extract
public static PrimitiveDef extract(Any a)
insert
public static void insert(Any a,
PrimitiveDef that)
type
public static synchronized TypeCode type()
id
public static String id()
_is_a
public static boolean _is_a(Object that)
narrow
public static PrimitiveDef narrow(Object that) throws BAD_PARAM
All Packages Class Hierarchy This Package Previous Next Index