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