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