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