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