org.omg.Dynamic

Class Parameter

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:

Field Summary
Anyargument
The {@link Any}, holding the value of the parameter.
ParameterModemode
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.

Field Detail

argument

public Any argument
The {@link 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.