|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.NamingContextPackage.NotFoundReasonHolder
public final class NotFoundReasonHolder
The holder for class NotFoundReason
.
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 NotFoundReason . |
void |
_write(OutputStream out)
Write the holder to the CDR output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public NotFoundReason value
Constructor Detail |
---|
public NotFoundReasonHolder()
public NotFoundReasonHolder(NotFoundReason initialValue)
Method Detail |
---|
public void _read(InputStream in)
_read
in interface Streamable
in
- the input stream to read from.public TypeCode _type()
NotFoundReason
.
_type
in interface Streamable
public void _write(OutputStream out)
_write
in interface Streamable
out
- the output stream to write into.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |