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