org.omg.CosNotification

Class EventTypeSeqHelper

public class EventTypeSeqHelper extends Object

Helper class for : EventTypeSeq

Author: OpenORB Compiler

Method Summary
static EventType[]extract(Any a)
Extract EventTypeSeq from an any
static Stringid()
Return the EventTypeSeq IDL ID
static voidinsert(Any a, EventType[] t)
Insert EventTypeSeq into an any
static EventType[]read(InputStream istream)
Read EventTypeSeq from a marshalled stream
static TypeCodetype()
Return the EventTypeSeq TypeCode
static voidwrite(OutputStream ostream, EventType[] value)
Write EventTypeSeq into a marshalled stream

Method Detail

extract

public static EventType[] extract(Any a)
Extract EventTypeSeq from an any

Parameters: a an any

Returns: the extracted EventTypeSeq value

id

public static String id()
Return the EventTypeSeq IDL ID

Returns: an ID

insert

public static void insert(Any a, EventType[] t)
Insert EventTypeSeq into an any

Parameters: a an any t EventTypeSeq value

read

public static EventType[] read(InputStream istream)
Read EventTypeSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed EventTypeSeq value

type

public static TypeCode type()
Return the EventTypeSeq TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, EventType[] value)
Write EventTypeSeq into a marshalled stream

Parameters: ostream the output stream value EventTypeSeq value