org.omg.CosTrading.LinkPackage
Class DuplicateLinkNameHelper

java.lang.Object
  extended by org.omg.CosTrading.LinkPackage.DuplicateLinkNameHelper

public class DuplicateLinkNameHelper
extends java.lang.Object

Helper class for : DuplicateLinkName

Author:
OpenORB Compiler

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

Constructor Detail

DuplicateLinkNameHelper

public DuplicateLinkNameHelper()
Method Detail

insert

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

Parameters:
a - an any
t - DuplicateLinkName value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - DuplicateLinkName value