|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.NamingContextPackage.NotEmptyHolder
public final class NotEmptyHolder
The holder for exception NotEmpty
.
Field Summary | |
---|---|
NotEmpty |
value
The stored value. |
Constructor Summary | |
---|---|
NotEmptyHolder()
Create the holder with unitialised value. |
|
NotEmptyHolder(NotEmpty initialValue)
Create the holder, storing the given value. |
Method Summary | |
---|---|
void |
_read(InputStream i)
Fill in the stored value, reading it from the given CDR stream. |
TypeCode |
_type()
Get the type code of the NotEmpty exception. |
void |
_write(OutputStream o)
Write the stored value to the given CDR stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public NotEmpty value
Constructor Detail |
---|
public NotEmptyHolder()
public NotEmptyHolder(NotEmpty initialValue)
Method Detail |
---|
public void _read(InputStream i)
_read
in interface Streamable
i
- the input stream to read from.public TypeCode _type()
NotEmpty
exception.
_type
in interface Streamable
public void _write(OutputStream o)
_write
in interface Streamable
o
- the output stream to write into.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |