org.omg.CosTradingDynamic

Class DynamicPropHelper

public class DynamicPropHelper extends Object

Helper class for : DynamicProp

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted DynamicProp value

id

public static String id()
Return the DynamicProp IDL ID

Returns: an ID

insert

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

Parameters: a an any t DynamicProp value

read

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

Parameters: istream the input stream

Returns: the readed DynamicProp value

type

public static TypeCode type()
Return the DynamicProp TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value DynamicProp value