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