org.omg.CosTrading
public class SupportAttributesHelper extends Object
Method Summary | |
---|---|
static SupportAttributes | extract(Any a)
Extract SupportAttributes from an any
|
static String | id()
Return the SupportAttributes IDL ID |
static void | insert(Any a, SupportAttributes t)
Insert SupportAttributes into an any |
static SupportAttributes | narrow(Object obj)
Narrow CORBA::Object to SupportAttributes |
static SupportAttributes | read(InputStream istream)
Read SupportAttributes from a marshalled stream |
static TypeCode | type()
Return the SupportAttributes TypeCode |
static SupportAttributes | unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to SupportAttributes |
static void | write(OutputStream ostream, SupportAttributes value)
Write SupportAttributes into a marshalled stream |
Parameters: a an any
Returns: the extracted SupportAttributes value
Returns: an ID
Parameters: a an any t SupportAttributes value
Parameters: obj the CORBA Object
Returns: SupportAttributes Object
Parameters: istream the input stream
Returns: the readed SupportAttributes value
Returns: a TypeCode
Parameters: obj the CORBA Object
Returns: SupportAttributes Object
Parameters: ostream the output stream value SupportAttributes value