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