org.omg.CosNaming

Class BindingTypeHolder

public final class BindingTypeHolder extends Object implements Streamable

Holds the binding type.
Field Summary
BindingTypevalue
The stored binding type value.
Constructor Summary
BindingTypeHolder()
Create the unitialised holder.
BindingTypeHolder(BindingType initialValue)
Create the holder, intialised to the given value.
Method Summary
void_read(InputStream in)
Read the holder value from the CDR input stream.
TypeCode_type()
void_write(OutputStream out)
Write the stored value to the CDR output stream.

Field Detail

value

public BindingType value
The stored binding type value.

Constructor Detail

BindingTypeHolder

public BindingTypeHolder()
Create the unitialised holder.

BindingTypeHolder

public BindingTypeHolder(BindingType initialValue)
Create the holder, intialised to the given value.

Method Detail

_read

public void _read(InputStream in)
Read the holder value from the CDR input stream.

_type

public TypeCode _type()

_write

public void _write(OutputStream out)
Write the stored value to the CDR output stream.