org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class IncarnationNumberHelper

public class IncarnationNumberHelper extends Object

Helper class for : IncarnationNumber

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted IncarnationNumber value

id

public static String id()
Return the IncarnationNumber IDL ID

Returns: an ID

insert

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

Parameters: a an any t IncarnationNumber value

read

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

Parameters: istream the input stream

Returns: the readed IncarnationNumber value

type

public static TypeCode type()
Return the IncarnationNumber TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value IncarnationNumber value