public final class NameComponentHolder extends java.lang.Object implements org.omg.CORBA.portable.Streamable
| Modifier and Type | Field and Description |
|---|---|
NameComponent |
value
The stored value.
|
| Constructor and Description |
|---|
NameComponentHolder()
Create the unitialised holder.
|
NameComponentHolder(NameComponent initialValue)
Create the initialised holder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in)
Fill in the value field by reading it from the CDR input stream.
|
org.omg.CORBA.TypeCode |
_type()
Get the type code of the
NameComponent. |
void |
_write(org.omg.CORBA.portable.OutputStream out)
Write the stored value into the given CDR output stream.
|
public NameComponent value
public NameComponentHolder()
public NameComponentHolder(NameComponent 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()
NameComponent._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.