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