org.openorb.ir.persistence
Class AttributeDefHomeHelper

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

public class AttributeDefHomeHelper
extends java.lang.Object

Helper class for : AttributeDefHome

Author:
OpenORB Compiler

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

Constructor Detail

AttributeDefHomeHelper

public AttributeDefHomeHelper()
Method Detail

insert

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

Parameters:
a - an any
t - AttributeDefHome value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - AttributeDefHome value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
AttributeDefHome Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
AttributeDefHome Object