org.omg.Dynamic
Class Parameter

java.lang.Object
  extended by org.omg.Dynamic.Parameter
All Implemented Interfaces:
Serializable, IDLEntity

public final class Parameter
extends Object
implements IDLEntity, Serializable

When representing the information about a request, defines a one of the arguments for the operation being invoked.

See Also:
RequestInfoOperations.arguments(), Serialized Form

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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argument

public Any argument
The Any, holding the value of the parameter.


mode

public ParameterMode mode
The mode of the parameter. Specifies if the parameter is used to pass the value to the method, to return the value from the method or for both of these purposes.

Constructor Detail

Parameter

public Parameter()
Create the uninitialised instance.


Parameter

public Parameter(Any an_argument,
                 ParameterMode a_mode)
Create an instance, initialising field to the passed values.