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