org.omg.CosTrading

Class PropertyNameSeqHelper

public class PropertyNameSeqHelper extends Object

Helper class for : PropertyNameSeq

Author: OpenORB Compiler

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

Method Detail

extract

public static String[] extract(Any a)
Extract PropertyNameSeq from an any

Parameters: a an any

Returns: the extracted PropertyNameSeq value

id

public static String id()
Return the PropertyNameSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t PropertyNameSeq value

read

public static String[] read(InputStream istream)
Read PropertyNameSeq from a marshalled stream

Parameters: istream the input stream

Returns: the readed PropertyNameSeq value

type

public static TypeCode type()
Return the PropertyNameSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PropertyNameSeq value