org.omg.CosTime

Class OverlapTypeHelper

public class OverlapTypeHelper extends Object

Helper class for : OverlapType

Author: OpenORB Compiler

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

Method Detail

extract

public static OverlapType extract(Any a)
Extract OverlapType from an any

Parameters: a an any

Returns: the extracted OverlapType value

id

public static String id()
Return the OverlapType IDL ID

Returns: an ID

insert

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

Parameters: a an any t OverlapType value

read

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

Parameters: istream the input stream

Returns: the readed OverlapType value

type

public static TypeCode type()
Return the OverlapType TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value OverlapType value