org.openorb.ir.persistence

Class UnionDefHomeHelper

public class UnionDefHomeHelper extends Object

Helper class for : UnionDefHome

Author: OpenORB Compiler

Method Summary
static UnionDefHomeextract(Any a)
Extract UnionDefHome from an any
static Stringid()
Return the UnionDefHome IDL ID
static voidinsert(Any a, UnionDefHome t)
Insert UnionDefHome into an any
static UnionDefHomenarrow(Object obj)
Narrow CORBA::Object to UnionDefHome
static UnionDefHomeread(InputStream istream)
Read UnionDefHome from a marshalled stream
static TypeCodetype()
Return the UnionDefHome TypeCode
static UnionDefHomeunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to UnionDefHome
static voidwrite(OutputStream ostream, UnionDefHome value)
Write UnionDefHome into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted UnionDefHome value

id

public static String id()
Return the UnionDefHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t UnionDefHome value

narrow

public static UnionDefHome narrow(Object obj)
Narrow CORBA::Object to UnionDefHome

Parameters: obj the CORBA Object

Returns: UnionDefHome Object

read

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

Parameters: istream the input stream

Returns: the readed UnionDefHome value

type

public static TypeCode type()
Return the UnionDefHome TypeCode

Returns: a TypeCode

unchecked_narrow

public static UnionDefHome unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to UnionDefHome

Parameters: obj the CORBA Object

Returns: UnionDefHome Object

write

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

Parameters: ostream the output stream value UnionDefHome value