public final class BindingTypeHolder extends java.lang.Object implements org.omg.CORBA.portable.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(org.omg.CORBA.portable.InputStream in)
Read the holder value from the CDR input stream.
|
org.omg.CORBA.TypeCode |
_type()
Returns the TypeCode, corresponding the CORBA type that is stored
using this holder.
|
void |
_write(org.omg.CORBA.portable.OutputStream out)
Write the stored value to the CDR output stream.
|
public BindingType value
public BindingTypeHolder()
public BindingTypeHolder(BindingType initialValue)
public void _read(org.omg.CORBA.portable.InputStream in)
_read in interface org.omg.CORBA.portable.Streamablein - the input stream to read from.public org.omg.CORBA.TypeCode _type()
org.omg.CORBA.portable.Streamable_type in interface org.omg.CORBA.portable.Streamablepublic void _write(org.omg.CORBA.portable.OutputStream out)
_write in interface org.omg.CORBA.portable.Streamableout - the output stream to write into.