Uses of Class
org.omg.CORBA.WStringValue

Packages that use WStringValue
org.omg.CORBA   
 

Uses of WStringValue in org.omg.CORBA
 

Fields in org.omg.CORBA declared as WStringValue
 WStringValue WStringValueHolder.value
           
 

Methods in org.omg.CORBA that return WStringValue
static WStringValue WStringValueHelper.extract(Any a)
           
static WStringValue WStringValueHelper.read(InputStream is)
           
 

Methods in org.omg.CORBA with parameters of type WStringValue
static void WStringValueHelper.insert(Any a, WStringValue v)
           
static void WStringValueHelper.write(OutputStream os, WStringValue val)
           
 

Constructors in org.omg.CORBA with parameters of type WStringValue
WStringValueHolder(WStringValue initial)