public final class NotFoundReasonHolder extends java.lang.Object implements org.omg.CORBA.portable.Streamable
NotFoundReason.| Modifier and Type | Field and Description |
|---|---|
NotFoundReason |
value
The stored value.
|
| Constructor and Description |
|---|
NotFoundReasonHolder()
Create the holder with unitialized value.
|
NotFoundReasonHolder(NotFoundReason initialValue)
Create the holder, storing the given intial value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
_read(org.omg.CORBA.portable.InputStream in)
Read the holder from the CDR input stream.
|
org.omg.CORBA.TypeCode |
_type()
Get the type code of
NotFoundReason. |
void |
_write(org.omg.CORBA.portable.OutputStream out)
Write the holder to the CDR output stream.
|
public NotFoundReason value
public NotFoundReasonHolder()
public NotFoundReasonHolder(NotFoundReason 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()
NotFoundReason._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.