org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class PropStructSeqHelper

public class PropStructSeqHelper extends Object

Helper class for : PropStructSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static PropStruct[] extract(Any a)
Extract PropStructSeq from an any

Parameters: a an any

Returns: the extracted PropStructSeq value

id

public static String id()
Return the PropStructSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t PropStructSeq value

read

public static PropStruct[] read(InputStream istream)
Read PropStructSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed PropStructSeq value

type

public static TypeCode type()
Return the PropStructSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PropStructSeq value