org.omg.CosTrading.LinkPackage

Class LinkInfoHelper

public class LinkInfoHelper extends Object

Helper class for : LinkInfo

Author: OpenORB Compiler

Method Summary
static LinkInfoextract(Any a)
Extract LinkInfo from an any
static Stringid()
Return the LinkInfo IDL ID
static voidinsert(Any a, LinkInfo t)
Insert LinkInfo into an any
static LinkInforead(InputStream istream)
Read LinkInfo from a marshalled stream
static TypeCodetype()
Return the LinkInfo TypeCode
static voidwrite(OutputStream ostream, LinkInfo value)
Write LinkInfo into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted LinkInfo value

id

public static String id()
Return the LinkInfo IDL ID

Returns: an ID

insert

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

Parameters: a an any t LinkInfo value

read

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

Parameters: istream the input stream

Returns: the readed LinkInfo value

type

public static TypeCode type()
Return the LinkInfo TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value LinkInfo value