org.omg.CosTrading.LookupPackage

Class HowManyPropsHelper

public class HowManyPropsHelper extends Object

Helper class for : HowManyProps

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted HowManyProps value

id

public static String id()
Return the HowManyProps IDL ID

Returns: an ID

insert

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

Parameters: a an any t HowManyProps value

read

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

Parameters: istream the input stream

Returns: the readed HowManyProps value

type

public static TypeCode type()
Return the HowManyProps TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value HowManyProps value