org.openorb.notify.persistence

Class StringSeqHelper

public class StringSeqHelper extends Object

Helper class for : StringSeq

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted StringSeq value

id

public static String id()
Return the StringSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t StringSeq value

read

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

Parameters: istream the input stream

Returns: the readed StringSeq value

type

public static TypeCode type()
Return the StringSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value StringSeq value