org.omg.TimeBase

Class TdfTHelper

public class TdfTHelper extends Object

Helper class for : TdfT

Author: OpenORB Compiler

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

Method Detail

extract

public static short extract(Any a)
Extract TdfT from an any

Parameters: a an any

Returns: the extracted TdfT value

id

public static String id()
Return the TdfT IDL ID

Returns: an ID

insert

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

Parameters: a an any t TdfT value

read

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

Parameters: istream the input stream

Returns: the readed TdfT value

type

public static TypeCode type()
Return the TdfT TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value TdfT value