org.openorb.ir.persistence

Class ValueBoxDefHomeHelper

public class ValueBoxDefHomeHelper extends Object

Helper class for : ValueBoxDefHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted ValueBoxDefHome value

id

public static String id()
Return the ValueBoxDefHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t ValueBoxDefHome value

narrow

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

Parameters: obj the CORBA Object

Returns: ValueBoxDefHome Object

read

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

Parameters: istream the input stream

Returns: the readed ValueBoxDefHome value

type

public static TypeCode type()
Return the ValueBoxDefHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ValueBoxDefHome Object

write

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

Parameters: ostream the output stream value ValueBoxDefHome value