org.omg.Dynamic
public final class Parameter extends Object implements IDLEntity, Serializable
Field Summary | |
---|---|
Any | argument
The {@link 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. |