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