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