| Method Summary |
|
/*optional*/
Boolean | GetIsOptional
()
Get method for attribute
"IsOptional"
Specifies whether argument is optional,
indicating that the argument does not always need to be suppiled in the
relation. Optional arguments must come at the end of
the argument list. Default is false. |
| ParamValueType | GetType
()
Get method for attribute
"Type"
Parameter value type of argument.
|
| void | SetIsOptional
(
/*optional*/
Boolean value)
Set method for attribute
"IsOptional"
Specifies whether argument is optional,
indicating that the argument does not always need to be suppiled in the
relation. Optional arguments must come at the end of
the argument list. Default is false. |
| void | SetType
(ParamValueType value)
Set method for attribute
"Type"
Parameter value type of argument.
|