org.omg.CosTrading
Class SupportAttributesHelper

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

public class SupportAttributesHelper
extends java.lang.Object

Helper class for : SupportAttributes

Author:
OpenORB Compiler

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

Constructor Detail

SupportAttributesHelper

public SupportAttributesHelper()
Method Detail

insert

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

Parameters:
a - an any
t - SupportAttributes value

extract

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

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

type

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

Returns:
a TypeCode

id

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

Returns:
an ID

read

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

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

write

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

Parameters:
ostream - the output stream
value - SupportAttributes value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
SupportAttributes Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
SupportAttributes Object