org.omg.CosTrading

Class LinkAttributesHelper

public class LinkAttributesHelper extends Object

Helper class for : LinkAttributes

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted LinkAttributes value

id

public static String id()
Return the LinkAttributes IDL ID

Returns: an ID

insert

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

Parameters: a an any t LinkAttributes value

narrow

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

Parameters: obj the CORBA Object

Returns: LinkAttributes Object

read

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

Parameters: istream the input stream

Returns: the readed LinkAttributes value

type

public static TypeCode type()
Return the LinkAttributes TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: LinkAttributes Object

write

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

Parameters: ostream the output stream value LinkAttributes value