public class WstringDefHelper
extends java.lang.Object
| Constructor and Description |
|---|
WstringDefHelper() |
| Modifier and Type | Method and Description |
|---|---|
static WstringDef |
extract(Any a)
Extract WstringDef from an any
|
static java.lang.String |
id()
Return the WstringDef IDL ID
|
static void |
insert(Any a,
WstringDef t)
Insert WstringDef into an any
|
static WstringDef |
narrow(Object obj)
Narrow CORBA::Object to WstringDef
|
static WstringDef |
read(InputStream istream)
Read WstringDef from a marshalled stream
|
static TypeCode |
type()
Return the WstringDef TypeCode
|
static WstringDef |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to WstringDef
|
static void |
write(OutputStream ostream,
WstringDef value)
Write WstringDef into a marshalled stream
|
public static void insert(Any a, WstringDef t)
a - an anyt - WstringDef valuepublic static WstringDef extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static WstringDef read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, WstringDef value)
ostream - the output streamvalue - WstringDef valuepublic static WstringDef narrow(Object obj)
obj - the CORBA Objectpublic static WstringDef unchecked_narrow(Object obj)
obj - the CORBA Object