org.omg.CosTrading
Class LinkAttributesHelper

java.lang.Object
  extended by org.omg.CosTrading.LinkAttributesHelper

public class LinkAttributesHelper
extends java.lang.Object

Helper class for : LinkAttributes

Author:
OpenORB Compiler

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

Constructor Detail

LinkAttributesHelper

public LinkAttributesHelper()
Method Detail

insert

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

Parameters:
a - an any
t - LinkAttributes value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - LinkAttributes value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
LinkAttributes Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
LinkAttributes Object