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