org.omg.CosTime

Class TimeUnavailableHelper

public class TimeUnavailableHelper extends Object

Helper class for : TimeUnavailable

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted TimeUnavailable value

id

public static String id()
Return the TimeUnavailable IDL ID

Returns: an ID

insert

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

Parameters: a an any t TimeUnavailable value

read

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

Parameters: istream the input stream

Returns: the readed TimeUnavailable value

type

public static TypeCode type()
Return the TimeUnavailable TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value TimeUnavailable value