org.omg.CosTransactions

Class VoteHelper

public class VoteHelper extends Object

Helper class for : Vote

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Vote value

id

public static String id()
Return the Vote IDL ID

Returns: an ID

insert

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

Parameters: a an any t Vote value

read

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

Parameters: istream the input stream

Returns: the readed Vote value

type

public static TypeCode type()
Return the Vote TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value Vote value