|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.ValueBoxDefHelper
Helper class for : ValueBoxDef
Constructor Summary | |
ValueBoxDefHelper()
|
Method Summary | |
static ValueBoxDef |
extract(Any a)
Extract ValueBoxDef from an any |
static java.lang.String |
id()
Return the ValueBoxDef IDL ID |
static void |
insert(Any a,
ValueBoxDef t)
Insert ValueBoxDef into an any |
static ValueBoxDef |
narrow(Object obj)
Narrow CORBA::Object to ValueBoxDef |
static ValueBoxDef |
read(InputStream istream)
Read ValueBoxDef from a marshalled stream |
static TypeCode |
type()
Return the ValueBoxDef TypeCode |
static ValueBoxDef |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ValueBoxDef |
static void |
write(OutputStream ostream,
ValueBoxDef value)
Write ValueBoxDef into a marshalled stream |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueBoxDefHelper()
Method Detail |
public static void insert(Any a, ValueBoxDef t)
a
- an anyt
- ValueBoxDef valuepublic static ValueBoxDef extract(Any a)
a
- an anypublic static TypeCode type()
public static java.lang.String id()
public static ValueBoxDef read(InputStream istream)
istream
- the input streampublic static void write(OutputStream ostream, ValueBoxDef value)
ostream
- the output streamvalue
- ValueBoxDef valuepublic static ValueBoxDef narrow(Object obj)
obj
- the CORBA Objectpublic static ValueBoxDef unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |