org.openorb.ir.persistence
Class AliasDefHomeHelper

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

public class AliasDefHomeHelper
extends java.lang.Object

Helper class for : AliasDefHome

Author:
OpenORB Compiler

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

Constructor Detail

AliasDefHomeHelper

public AliasDefHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - AliasDefHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - AliasDefHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
AliasDefHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
AliasDefHome Object