org.openorb.ir.persistence
Class ValueBoxDefHomeHelper

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

public class ValueBoxDefHomeHelper
extends java.lang.Object

Helper class for : ValueBoxDefHome

Author:
OpenORB Compiler

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

Constructor Detail

ValueBoxDefHomeHelper

public ValueBoxDefHomeHelper()
Method Detail

insert

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

extract

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

type

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

id

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

read

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

write

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

narrow

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

unchecked_narrow

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