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