org.openorb.ir.persistence

Class ConstantDefHomeHelper

public class ConstantDefHomeHelper extends Object

Helper class for : ConstantDefHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ConstantDefHome value

id

public static String id()
Return the ConstantDefHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t ConstantDefHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ConstantDefHome Object

read

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

Parameters: istream the input stream

Returns: the readed ConstantDefHome value

type

public static TypeCode type()
Return the ConstantDefHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ConstantDefHome Object

write

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

Parameters: ostream the output stream value ConstantDefHome value