org.omg.CosTrading

Class PolicySeqHelper

public class PolicySeqHelper extends Object

Helper class for : PolicySeq

Author: OpenORB Compiler

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

Method Detail

extract

public static Policy[] extract(Any a)
Extract PolicySeq from an any

Parameters: a an any

Returns: the extracted PolicySeq value

id

public static String id()
Return the PolicySeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t PolicySeq value

read

public static Policy[] read(InputStream istream)
Read PolicySeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed PolicySeq value

type

public static TypeCode type()
Return the PolicySeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PolicySeq value