public final class Parameter extends Object implements IDLEntity, Serializable
Modifier and Type | Field and Description |
---|---|
Any |
argument
The
Any , holding the value of the parameter. |
ParameterMode |
mode
The mode of the parameter.
|
Constructor and Description |
---|
Parameter()
Create the uninitialised instance.
|
Parameter(Any an_argument,
ParameterMode a_mode)
Create an instance, initialising field to the passed values.
|
public ParameterMode mode
public Parameter()
public Parameter(Any an_argument, ParameterMode a_mode)