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