org.omg.CosNotification

Class PropertyErrorHelper

public class PropertyErrorHelper extends Object

Helper class for : PropertyError

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted PropertyError value

id

public static String id()
Return the PropertyError IDL ID

Returns: an ID

insert

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

Parameters: a an any t PropertyError value

read

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

Parameters: istream the input stream

Returns: the readed PropertyError value

type

public static TypeCode type()
Return the PropertyError TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value PropertyError value