org.openorb.ir.persistence

Class EnumDefHomeHelper

public class EnumDefHomeHelper extends Object

Helper class for : EnumDefHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted EnumDefHome value

id

public static String id()
Return the EnumDefHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t EnumDefHome value

narrow

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

Parameters: obj the CORBA Object

Returns: EnumDefHome Object

read

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

Parameters: istream the input stream

Returns: the readed EnumDefHome value

type

public static TypeCode type()
Return the EnumDefHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: EnumDefHome Object

write

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

Parameters: ostream the output stream value EnumDefHome value