org.omg.CosTrading.LookupPackage

Class SpecifiedPropsHelper

public class SpecifiedPropsHelper extends Object

Helper class for : SpecifiedProps

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted SpecifiedProps value

id

public static String id()
Return the SpecifiedProps IDL ID

Returns: an ID

insert

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

Parameters: a an any t SpecifiedProps value

read

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

Parameters: istream the input stream

Returns: the readed SpecifiedProps value

type

public static TypeCode type()
Return the SpecifiedProps TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value SpecifiedProps value