All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.StringDefHelper

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

public abstract class StringDefHelper
extends Object

IDL definition:
#pragma prefix "omg.org/CORBA"
interface StringDef : ::CORBA::IDLType {
attribute unsigned long bound;
};


Constructor Index

 o StringDefHelper()

Method Index

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

Constructors

 o StringDefHelper
public StringDefHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index