org.openorb.ir.persistence
Class UnionDefHomeHelper

java.lang.Object
  extended by org.openorb.ir.persistence.UnionDefHomeHelper

public class UnionDefHomeHelper
extends java.lang.Object

Helper class for : UnionDefHome

Author:
OpenORB Compiler

Constructor Summary
UnionDefHomeHelper()
           
 
Method Summary
static UnionDefHome extract(org.omg.CORBA.Any a)
          Extract UnionDefHome from an any
static java.lang.String id()
          Return the UnionDefHome IDL ID
static void insert(org.omg.CORBA.Any a, UnionDefHome t)
          Insert UnionDefHome into an any
static UnionDefHome narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to UnionDefHome
static UnionDefHome read(org.omg.CORBA.portable.InputStream istream)
          Read UnionDefHome from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the UnionDefHome TypeCode
static UnionDefHome unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to UnionDefHome
static void write(org.omg.CORBA.portable.OutputStream ostream, UnionDefHome value)
          Write UnionDefHome into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnionDefHomeHelper

public UnionDefHomeHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          UnionDefHome t)
Insert UnionDefHome into an any

Parameters:
a - an any
t - UnionDefHome value

extract

public static UnionDefHome extract(org.omg.CORBA.Any a)
Extract UnionDefHome from an any

Parameters:
a - an any
Returns:
the extracted UnionDefHome value

type

public static org.omg.CORBA.TypeCode type()
Return the UnionDefHome TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the UnionDefHome IDL ID

Returns:
an ID

read

public static UnionDefHome read(org.omg.CORBA.portable.InputStream istream)
Read UnionDefHome from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed UnionDefHome value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         UnionDefHome value)
Write UnionDefHome into a marshalled stream

Parameters:
ostream - the output stream
value - UnionDefHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
UnionDefHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
UnionDefHome Object