|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.ParameterModeHolder
public final class ParameterModeHolder
The holder for ParameterMode.
| Field Summary | |
|---|---|
ParameterMode |
value
The stored ParameterMode value. |
| Constructor Summary | |
|---|---|
ParameterModeHolder()
Create the uninitialised instance. |
|
ParameterModeHolder(ParameterMode initialValue)
Create the initialised instance. |
|
| Method Summary | |
|---|---|
void |
_read(InputStream in)
Fill in the value by data from the CDR stream. |
TypeCode |
_type()
Get the typecode of the ParameterMode. |
void |
_write(OutputStream out)
Write the stored value into the CDR stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ParameterMode value
| Constructor Detail |
|---|
public ParameterModeHolder()
public ParameterModeHolder(ParameterMode initialValue)
initialValue - | Method Detail |
|---|
public void _read(InputStream in)
value by data from the CDR stream.
_read in interface Streamablein - the input stream to read from.public TypeCode _type()
_type in interface Streamablepublic void _write(OutputStream out)
_write in interface Streamableout - the output stream to write into.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||