| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetFunctionReturn
()
Get method for attribute "FunctionReturn" The function return value. |
| Arguments | GetOutputArguments
()
Get method for attribute "OutputArguments" Sequence of output arguments from the function call. |
| void | SetFunctionReturn
(int value)
Set method for attribute "FunctionReturn" The function return value. |
| void | SetOutputArguments
(Arguments value)
Set method for attribute "OutputArguments" Sequence of output arguments from the function call. |
| Method Detail |
|---|
| GetOutputArguments/SetOutputArguments |
|---|
| Arguments | GetOutputArguments | () |
| void | SetOutputArguments | (Arguments value) |
| Sequence of output arguments from the function call. |
| GetFunctionReturn/SetFunctionReturn |
|---|
| int | GetFunctionReturn | () |
| void | SetFunctionReturn | (int value) |
| The function return value. |