org.openorb.ir.persistence

Class AttributeDefHomeHelper

public class AttributeDefHomeHelper extends Object

Helper class for : AttributeDefHome

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted AttributeDefHome value

id

public static String id()
Return the AttributeDefHome IDL ID

Returns: an ID

insert

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

Parameters: a an any t AttributeDefHome value

narrow

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

Parameters: obj the CORBA Object

Returns: AttributeDefHome Object

read

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

Parameters: istream the input stream

Returns: the readed AttributeDefHome value

type

public static TypeCode type()
Return the AttributeDefHome TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: AttributeDefHome Object

write

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

Parameters: ostream the output stream value AttributeDefHome value