org.omg.CORBA
Class WStringValueHelper

java.lang.Object
  extended byorg.omg.CORBA.WStringValueHelper

public abstract class WStringValueHelper
extends java.lang.Object

Generated from IDL definition of valuetype "WStringValue"

Author:
JacORB IDL compiler

Constructor Summary
WStringValueHelper()
           
 
Method Summary
static WStringValue extract(Any a)
           
static java.lang.String id()
           
static void insert(Any a, WStringValue v)
           
static WStringValue read(InputStream is)
           
static TypeCode type()
           
static void write(OutputStream os, WStringValue val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WStringValueHelper

public WStringValueHelper()
Method Detail

insert

public static void insert(Any a,
                          WStringValue v)

extract

public static WStringValue extract(Any a)

type

public static TypeCode type()

id

public static java.lang.String id()

read

public static WStringValue read(InputStream is)

write

public static void write(OutputStream os,
                         WStringValue val)