org.omg.Dynamic
public final class Parameter extends Object implements IDLEntity, Serializable
See Also: org.omg.PortableInterceptor.RequestInfoOperations#arguments()
| Field 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. | |