org.omg.CosNotification

Class PropertyValueHelper

public class PropertyValueHelper extends Object

Helper class for : PropertyValue

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PropertyValue value

id

public static String id()
Return the PropertyValue IDL ID

Returns: an ID

insert

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

Parameters: a an any t PropertyValue value

read

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

Parameters: istream the input stream

Returns: the readed PropertyValue value

type

public static TypeCode type()
Return the PropertyValue TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PropertyValue value