org.openorb.ir.persistence
Class EnumDefHomeHelper

java.lang.Object
  |
  +--org.openorb.ir.persistence.EnumDefHomeHelper

public class EnumDefHomeHelper
extends java.lang.Object

Helper class for : EnumDefHome

Author:
OpenORB Compiler

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

Constructor Detail

EnumDefHomeHelper

public EnumDefHomeHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          EnumDefHome t)
Insert EnumDefHome into an any
Parameters:
a - an any
t - EnumDefHome value

extract

public static EnumDefHome extract(org.omg.CORBA.Any a)
Extract EnumDefHome from an any
Parameters:
a - an any
Returns:
the extracted EnumDefHome value

type

public static org.omg.CORBA.TypeCode type()
Return the EnumDefHome TypeCode
Returns:
a TypeCode

id

public static java.lang.String id()
Return the EnumDefHome IDL ID
Returns:
an ID

read

public static EnumDefHome read(org.omg.CORBA.portable.InputStream istream)
Read EnumDefHome from a marshalled stream
Parameters:
istream - the input stream
Returns:
the readed EnumDefHome value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         EnumDefHome value)
Write EnumDefHome into a marshalled stream
Parameters:
ostream - the output stream
value - EnumDefHome value

narrow

public static EnumDefHome narrow(org.omg.CORBA.Object obj)
Narrow CORBA::Object to EnumDefHome
Parameters:
obj - the CORBA Object
Returns:
EnumDefHome Object

unchecked_narrow

public static EnumDefHome unchecked_narrow(org.omg.CORBA.Object obj)
Unchecked Narrow CORBA::Object to EnumDefHome
Parameters:
obj - the CORBA Object
Returns:
EnumDefHome Object