org.omg.CosTrading

Class IllegalServiceTypeHolder

public final class IllegalServiceTypeHolder extends Object implements Streamable

Holder class for : IllegalServiceType

Author: OpenORB Compiler

Field Summary
IllegalServiceTypevalue
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

Field Detail

value

public IllegalServiceType value
Internal IllegalServiceType value

Constructor Detail

IllegalServiceTypeHolder

public IllegalServiceTypeHolder()
Default constructor

IllegalServiceTypeHolder

public IllegalServiceTypeHolder(IllegalServiceType initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

public void _read(InputStream istream)
Read IllegalServiceType from a marshalled stream

Parameters: istream the input stream

_type

public TypeCode _type()
Return the IllegalServiceType TypeCode

Returns: a TypeCode

_write

public void _write(OutputStream ostream)
Write IllegalServiceType into a marshalled stream

Parameters: ostream the output stream