org.omg.CosTrading.RegisterPackage
public final class ReadonlyPropertyHolder extends Object implements Streamable
Field Summary | |
---|---|
ReadonlyProperty | value
Internal ReadonlyProperty value |
Constructor Summary | |
---|---|
ReadonlyPropertyHolder()
Default constructor | |
ReadonlyPropertyHolder(ReadonlyProperty initial)
Constructor with value initialisation |
Method Summary | |
---|---|
void | _read(InputStream istream)
Read ReadonlyProperty from a marshalled stream |
TypeCode | _type()
Return the ReadonlyProperty TypeCode |
void | _write(OutputStream ostream)
Write ReadonlyProperty into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream