org.openorb.ir.persistence
public class UnionDefHomeHelper extends Object
Method Summary | |
---|---|
static UnionDefHome | extract(Any a)
Extract UnionDefHome from an any
|
static String | id()
Return the UnionDefHome IDL ID |
static void | insert(Any a, UnionDefHome t)
Insert UnionDefHome into an any |
static UnionDefHome | narrow(Object obj)
Narrow CORBA::Object to UnionDefHome |
static UnionDefHome | read(InputStream istream)
Read UnionDefHome from a marshalled stream |
static TypeCode | type()
Return the UnionDefHome TypeCode |
static UnionDefHome | unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to UnionDefHome |
static void | write(OutputStream ostream, UnionDefHome value)
Write UnionDefHome into a marshalled stream |
Parameters: a an any
Returns: the extracted UnionDefHome value
Returns: an ID
Parameters: a an any t UnionDefHome value
Parameters: obj the CORBA Object
Returns: UnionDefHome Object
Parameters: istream the input stream
Returns: the readed UnionDefHome value
Returns: a TypeCode
Parameters: obj the CORBA Object
Returns: UnionDefHome Object
Parameters: ostream the output stream value UnionDefHome value