org.omg.CosTrading

Class ImportAttributesHelper

public class ImportAttributesHelper extends Object

Helper class for : ImportAttributes

Author: OpenORB Compiler

Method Summary
static ImportAttributesextract(Any a)
Extract ImportAttributes from an any
static Stringid()
Return the ImportAttributes IDL ID
static voidinsert(Any a, ImportAttributes t)
Insert ImportAttributes into an any
static ImportAttributesnarrow(Object obj)
Narrow CORBA::Object to ImportAttributes
static ImportAttributesread(InputStream istream)
Read ImportAttributes from a marshalled stream
static TypeCodetype()
Return the ImportAttributes TypeCode
static ImportAttributesunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ImportAttributes
static voidwrite(OutputStream ostream, ImportAttributes value)
Write ImportAttributes into a marshalled stream

Method Detail

extract

public static ImportAttributes extract(Any a)
Extract ImportAttributes from an any

Parameters: a an any

Returns: the extracted ImportAttributes value

id

public static String id()
Return the ImportAttributes IDL ID

Returns: an ID

insert

public static void insert(Any a, ImportAttributes t)
Insert ImportAttributes into an any

Parameters: a an any t ImportAttributes value

narrow

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

Parameters: obj the CORBA Object

Returns: ImportAttributes Object

read

public static ImportAttributes read(InputStream istream)
Read ImportAttributes from a marshalled stream

Parameters: istream the input stream

Returns: the readed ImportAttributes value

type

public static TypeCode type()
Return the ImportAttributes TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: ImportAttributes Object

write

public static void write(OutputStream ostream, ImportAttributes value)
Write ImportAttributes into a marshalled stream

Parameters: ostream the output stream value ImportAttributes value