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