org.omg.CosNotifyFilter

Class InvalidValueHelper

public class InvalidValueHelper extends Object

Helper class for : InvalidValue

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted InvalidValue value

id

public static String id()
Return the InvalidValue IDL ID

Returns: an ID

insert

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

Parameters: a an any t InvalidValue value

read

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

Parameters: istream the input stream

Returns: the readed InvalidValue value

type

public static TypeCode type()
Return the InvalidValue TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value InvalidValue value