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