org.omg.CosTrading.LinkPackage

Class DuplicateLinkNameHelper

public class DuplicateLinkNameHelper extends Object

Helper class for : DuplicateLinkName

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted DuplicateLinkName value

id

public static String id()
Return the DuplicateLinkName IDL ID

Returns: an ID

insert

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

Parameters: a an any t DuplicateLinkName value

read

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

Parameters: istream the input stream

Returns: the readed DuplicateLinkName value

type

public static TypeCode type()
Return the DuplicateLinkName TypeCode

Returns: a TypeCode

write

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

Parameters: ostream the output stream value DuplicateLinkName value