org.omg.CosTrading

Class PropertySeqHelper

public class PropertySeqHelper extends Object

Helper class for : PropertySeq

Author: OpenORB Compiler

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

Method Detail

extract

public static Property[] extract(Any a)
Extract PropertySeq from an any

Parameters: a an any

Returns: the extracted PropertySeq value

id

public static String id()
Return the PropertySeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t PropertySeq value

read

public static Property[] read(InputStream istream)
Read PropertySeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed PropertySeq value

type

public static TypeCode type()
Return the PropertySeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PropertySeq value