All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.omg.CORBA.ConstantDefHelper

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

public abstract class ConstantDefHelper
extends Object

IDL definition:
interface ConstantDef : ::CORBA::Contained {
readonly attribute TypeCode type;
attribute ::CORBA::IDLType type_def;
attribute any value;
};


Constructor Index

 o ConstantDefHelper()

Method Index

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

Constructors

 o ConstantDefHelper
 public ConstantDefHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index