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