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