public final class BindingTypeHolder extends Object implements Streamable
Modifier and Type | Field and Description |
---|---|
BindingType |
value
The stored binding type value.
|
Constructor and Description |
---|
BindingTypeHolder()
Create the unitialised holder.
|
BindingTypeHolder(BindingType initialValue)
Create the holder, intialised to the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
_read(InputStream in)
Read the holder value from the CDR input stream.
|
TypeCode |
_type()
Returns the TypeCode, corresponding the CORBA type that is stored
using this holder.
|
void |
_write(OutputStream out)
Write the stored value to the CDR output stream.
|
public BindingType value
public BindingTypeHolder()
public BindingTypeHolder(BindingType initialValue)
public void _read(InputStream in)
_read
in interface Streamable
in
- the input stream to read from.public TypeCode _type()
Streamable
_type
in interface Streamable
public void _write(OutputStream out)
_write
in interface Streamable
out
- the output stream to write into.