All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.PrimitiveDefHelper

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

public abstract class PrimitiveDefHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface PrimitiveDef : ::CORBA::IDLType {
readonly attribute ::CORBA::PrimitiveKind kind;
};


Constructor Index

 o PrimitiveDefHelper()

Method Index

 o bind(ORB)
 o bind(ORB, String)
 o bind(ORB, String, String, BindOptions)
 o extract(Any)
 o id()
 o insert(Any, PrimitiveDef)
 o narrow(Object)
 o read(InputStream)
 o type()
 o write(OutputStream, PrimitiveDef)

Constructors

 o PrimitiveDefHelper
public PrimitiveDefHelper()

Methods

 o narrow
public static PrimitiveDef narrow(Object object)
 o bind
public static PrimitiveDef bind(ORB orb)
 o bind
public static PrimitiveDef bind(ORB orb,
                                String name)
 o bind
public static PrimitiveDef bind(ORB orb,
                                String name,
                                String host,
                                BindOptions options)
 o read
public static PrimitiveDef read(InputStream _input)
 o write
public static void write(OutputStream _output,
                         PrimitiveDef value)
 o insert
public static void insert(Any any,
                          PrimitiveDef value)
 o extract
public static PrimitiveDef extract(Any any)
 o type
public static TypeCode type()
 o id
public static String id()

All Packages  Class Hierarchy  This Package  Previous  Next  Index