org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
public class ServiceTypeExistsHelper extends Object
Method Summary | |
---|---|
static ServiceTypeExists | extract(Any a)
Extract ServiceTypeExists from an any
|
static String | id()
Return the ServiceTypeExists IDL ID |
static void | insert(Any a, ServiceTypeExists t)
Insert ServiceTypeExists into an any |
static ServiceTypeExists | read(InputStream istream)
Read ServiceTypeExists from a marshalled stream |
static TypeCode | type()
Return the ServiceTypeExists TypeCode |
static void | write(OutputStream ostream, ServiceTypeExists value)
Write ServiceTypeExists into a marshalled stream |
Parameters: a an any
Returns: the extracted ServiceTypeExists value
Returns: an ID
Parameters: a an any t ServiceTypeExists value
Parameters: istream the input stream
Returns: the readed ServiceTypeExists value
Returns: a TypeCode
Parameters: ostream the output stream value ServiceTypeExists value