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