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