org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class TypeStructHelper

public class TypeStructHelper extends Object

Helper class for : TypeStruct

Author: OpenORB Compiler

Method Summary
static TypeStructextract(Any a)
Extract TypeStruct from an any
static Stringid()
Return the TypeStruct IDL ID
static voidinsert(Any a, TypeStruct t)
Insert TypeStruct into an any
static TypeStructread(InputStream istream)
Read TypeStruct from a marshalled stream
static TypeCodetype()
Return the TypeStruct TypeCode
static voidwrite(OutputStream ostream, TypeStruct value)
Write TypeStruct into a marshalled stream

Method Detail

extract

public static TypeStruct extract(Any a)
Extract TypeStruct from an any

Parameters: a an any

Returns: the extracted TypeStruct value

id

public static String id()
Return the TypeStruct IDL ID

Returns: an ID

insert

public static void insert(Any a, TypeStruct t)
Insert TypeStruct into an any

Parameters: a an any t TypeStruct value

read

public static TypeStruct read(InputStream istream)
Read TypeStruct from a marshalled stream

Parameters: istream the input stream

Returns: the readed TypeStruct value

type

public static TypeCode type()
Return the TypeStruct TypeCode

Returns: a TypeCode

write

public static void write(OutputStream ostream, TypeStruct value)
Write TypeStruct into a marshalled stream

Parameters: ostream the output stream value TypeStruct value