org.openorb.ots.ManagerPackage
public class ControlsHelper extends Object
Method Summary | |
---|---|
static Control[] | extract(Any a)
Extract Controls from an any
|
static String | id()
Return the Controls IDL ID |
static void | insert(Any a, Control[] t)
Insert Controls into an any |
static Control[] | read(InputStream istream)
Read Controls from a marshalled stream |
static TypeCode | type()
Return the Controls TypeCode |
static void | write(OutputStream ostream, Control[] value)
Write Controls into a marshalled stream |
Parameters: a an any
Returns: the extracted Controls value
Returns: an ID
Parameters: a an any t Controls value
Parameters: istream the input stream
Returns: the readed Controls value
Returns: a TypeCode
Parameters: ostream the output stream value Controls value