org.omg.TimeBase

Class InaccuracyTHelper

public class InaccuracyTHelper extends Object

Helper class for : InaccuracyT

Author: OpenORB Compiler

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

Method Detail

extract

public static long extract(Any a)
Extract InaccuracyT from an any

Parameters: a an any

Returns: the extracted InaccuracyT value

id

public static String id()
Return the InaccuracyT IDL ID

Returns: an ID

insert

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

Parameters: a an any t InaccuracyT value

read

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

Parameters: istream the input stream

Returns: the readed InaccuracyT value

type

public static TypeCode type()
Return the InaccuracyT TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value InaccuracyT value