org.omg.CosTrading

Class TypeRepositoryHelper

public class TypeRepositoryHelper extends Object

Helper class for : TypeRepository

Author: OpenORB Compiler

Method Summary
static Objectextract(Any a)
Extract TypeRepository from an any
static Stringid()
Return the TypeRepository IDL ID
static voidinsert(Any a, Object t)
Insert TypeRepository into an any
static Objectread(InputStream istream)
Read TypeRepository from a marshalled stream
static TypeCodetype()
Return the TypeRepository TypeCode
static voidwrite(OutputStream ostream, Object value)
Write TypeRepository into a marshalled stream

Method Detail

extract

public static Object extract(Any a)
Extract TypeRepository from an any

Parameters: a an any

Returns: the extracted TypeRepository value

id

public static String id()
Return the TypeRepository IDL ID

Returns: an ID

insert

public static void insert(Any a, Object t)
Insert TypeRepository into an any

Parameters: a an any t TypeRepository value

read

public static Object read(InputStream istream)
Read TypeRepository from a marshalled stream

Parameters: istream the input stream

Returns: the readed TypeRepository value

type

public static TypeCode type()
Return the TypeRepository TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, Object value)
Write TypeRepository into a marshalled stream

Parameters: ostream the output stream value TypeRepository value