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