org.omg.CosTrading.RegisterPackage

Class InvalidObjectRefHelper

public class InvalidObjectRefHelper extends Object

Helper class for : InvalidObjectRef

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted InvalidObjectRef value

id

public static String id()
Return the InvalidObjectRef IDL ID

Returns: an ID

insert

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

Parameters: a an any t InvalidObjectRef value

read

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

Parameters: istream the input stream

Returns: the readed InvalidObjectRef value

type

public static TypeCode type()
Return the InvalidObjectRef TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value InvalidObjectRef value