org.omg.CosTrading

Class InvalidLookupRefHelper

public class InvalidLookupRefHelper extends Object

Helper class for : InvalidLookupRef

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted InvalidLookupRef value

id

public static String id()
Return the InvalidLookupRef IDL ID

Returns: an ID

insert

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

Parameters: a an any t InvalidLookupRef value

read

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

Parameters: istream the input stream

Returns: the readed InvalidLookupRef value

type

public static TypeCode type()
Return the InvalidLookupRef TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value InvalidLookupRef value