org.omg.CosNotification

Class PropertyHelper

public class PropertyHelper extends Object

Helper class for : Property

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted Property value

id

public static String id()
Return the Property IDL ID

Returns: an ID

insert

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

Parameters: a an any t Property value

read

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

Parameters: istream the input stream

Returns: the readed Property value

type

public static TypeCode type()
Return the Property TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value Property value