org.omg.CosTime

Class ComparisonTypeHelper

public class ComparisonTypeHelper extends Object

Helper class for : ComparisonType

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ComparisonType value

id

public static String id()
Return the ComparisonType IDL ID

Returns: an ID

insert

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

Parameters: a an any t ComparisonType value

read

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

Parameters: istream the input stream

Returns: the readed ComparisonType value

type

public static TypeCode type()
Return the ComparisonType TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ComparisonType value