org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class PropStructHelper

public class PropStructHelper extends Object

Helper class for : PropStruct

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PropStruct value

id

public static String id()
Return the PropStruct IDL ID

Returns: an ID

insert

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

Parameters: a an any t PropStruct value

read

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

Parameters: istream the input stream

Returns: the readed PropStruct value

type

public static TypeCode type()
Return the PropStruct TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PropStruct value