org.omg.CosTimerEvent

Class TimeTypeHelper

public class TimeTypeHelper extends Object

Helper class for : TimeType

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TimeType value

id

public static String id()
Return the TimeType IDL ID

Returns: an ID

insert

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

Parameters: a an any t TimeType value

read

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

Parameters: istream the input stream

Returns: the readed TimeType value

type

public static TypeCode type()
Return the TimeType TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value TimeType value