org.omg.CosNotification

Class PropertyErrorSeqHelper

public class PropertyErrorSeqHelper extends Object

Helper class for : PropertyErrorSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static PropertyError[] extract(Any a)
Extract PropertyErrorSeq from an any

Parameters: a an any

Returns: the extracted PropertyErrorSeq value

id

public static String id()
Return the PropertyErrorSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t PropertyErrorSeq value

read

public static PropertyError[] read(InputStream istream)
Read PropertyErrorSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed PropertyErrorSeq value

type

public static TypeCode type()
Return the PropertyErrorSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PropertyErrorSeq value