org.omg.CosTrading

Class SupportAttributesHelper

public class SupportAttributesHelper extends Object

Helper class for : SupportAttributes

Author: OpenORB Compiler

Method Summary
static SupportAttributesextract(Any a)
Extract SupportAttributes from an any
static Stringid()
Return the SupportAttributes IDL ID
static voidinsert(Any a, SupportAttributes t)
Insert SupportAttributes into an any
static SupportAttributesnarrow(Object obj)
Narrow CORBA::Object to SupportAttributes
static SupportAttributesread(InputStream istream)
Read SupportAttributes from a marshalled stream
static TypeCodetype()
Return the SupportAttributes TypeCode
static SupportAttributesunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to SupportAttributes
static voidwrite(OutputStream ostream, SupportAttributes value)
Write SupportAttributes into a marshalled stream

Method Detail

extract

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

Parameters: a an any

Returns: the extracted SupportAttributes value

id

public static String id()
Return the SupportAttributes IDL ID

Returns: an ID

insert

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

Parameters: a an any t SupportAttributes value

narrow

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

Parameters: obj the CORBA Object

Returns: SupportAttributes Object

read

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

Parameters: istream the input stream

Returns: the readed SupportAttributes value

type

public static TypeCode type()
Return the SupportAttributes TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: SupportAttributes Object

write

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

Parameters: ostream the output stream value SupportAttributes value