|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.WstringDefHelper
Helper class for : WstringDef
Constructor Summary | |
WstringDefHelper()
|
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WstringDefHelper()
Method Detail |
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |