org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class ServiceTypeNameSeqHelper

public class ServiceTypeNameSeqHelper extends Object

Helper class for : ServiceTypeNameSeq

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ServiceTypeNameSeq value

id

public static String id()
Return the ServiceTypeNameSeq IDL ID

Returns: an ID

insert

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

Parameters: a an any t ServiceTypeNameSeq value

read

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

Parameters: istream the input stream

Returns: the readed ServiceTypeNameSeq value

type

public static TypeCode type()
Return the ServiceTypeNameSeq TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value ServiceTypeNameSeq value