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