All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class org.omg.CORBA.WstringDefHelper

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

public abstract class WstringDefHelper
extends Object

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


Constructor Index

 o WstringDefHelper()

Method Index

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

Constructors

 o WstringDefHelper
public WstringDefHelper()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index