org.openorb.notify.persistence

Class EventTypeInfoHelper

public class EventTypeInfoHelper extends Object

Helper class for : EventTypeInfo

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted EventTypeInfo value

id

public static String id()
Return the EventTypeInfo IDL ID

Returns: an ID

insert

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

Parameters: a an any t EventTypeInfo value

read

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

Parameters: istream the input stream

Returns: the readed EventTypeInfo value

type

public static TypeCode type()
Return the EventTypeInfo TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value EventTypeInfo value