org.omg.CosTrading
Class ImportAttributesHelper

java.lang.Object
  extended by org.omg.CosTrading.ImportAttributesHelper

public class ImportAttributesHelper
extends java.lang.Object

Helper class for : ImportAttributes

Author:
OpenORB Compiler

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

Constructor Detail

ImportAttributesHelper

public ImportAttributesHelper()
Method Detail

insert

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

Parameters:
a - an any
t - ImportAttributes value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - ImportAttributes value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
ImportAttributes Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
ImportAttributes Object