|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.Dynamic.Parameter
public final class Parameter
When representing the information about a request, defines a one of the arguments for the operation being invoked.
RequestInfoOperations.arguments()
,
Serialized FormField Summary | |
---|---|
Any |
argument
The Any , holding the value of the parameter. |
ParameterMode |
mode
The mode of the parameter. |
Constructor Summary | |
---|---|
Parameter()
Create the uninitialised instance. |
|
Parameter(Any an_argument,
ParameterMode a_mode)
Create an instance, initialising field to the passed values. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Any argument
Any
, holding the value of the parameter.
public ParameterMode mode
Constructor Detail |
---|
public Parameter()
public Parameter(Any an_argument, ParameterMode a_mode)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |