org.omg.CosNaming.NamingContextPackage
public final class NotFoundReasonHolder extends Object implements Streamable
Field Summary | |
---|---|
NotFoundReason | value
The stored value. |
Constructor Summary | |
---|---|
NotFoundReasonHolder()
Create the holder with unitialized value. | |
NotFoundReasonHolder(NotFoundReason initialValue)
Create the holder, storing the given intial value. |
Method Summary | |
---|---|
void | _read(InputStream in)
Read the holder from the CDR input stream. |
TypeCode | _type()
Get the type code of {@link NotFoundReason}.
|
void | _write(OutputStream out)
Write the holder to the CDR output stream. |
Returns: the typecode of enumeration, allowed value names being "missing_node", "not_context" and "not_object"