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