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