org.openorb.ots.ManagerPackage

Class ControlsHelper

public class ControlsHelper extends Object

Helper class for : Controls

Author: OpenORB Compiler

Method Summary
static Control[]extract(Any a)
Extract Controls from an any
static Stringid()
Return the Controls IDL ID
static voidinsert(Any a, Control[] t)
Insert Controls into an any
static Control[]read(InputStream istream)
Read Controls from a marshalled stream
static TypeCodetype()
Return the Controls TypeCode
static voidwrite(OutputStream ostream, Control[] value)
Write Controls into a marshalled stream

Method Detail

extract

public static Control[] extract(Any a)
Extract Controls from an any

Parameters: a an any

Returns: the extracted Controls value

id

public static String id()
Return the Controls IDL ID

Returns: an ID

insert

public static void insert(Any a, Control[] t)
Insert Controls into an any

Parameters: a an any t Controls value

read

public static Control[] read(InputStream istream)
Read Controls from a marshalled stream

Parameters: istream the input stream

Returns: the readed Controls value

type

public static TypeCode type()
Return the Controls TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, Control[] value)
Write Controls into a marshalled stream

Parameters: ostream the output stream value Controls value