static class ControlFlowOps.ControlFlowOpsHelper
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ControlFlowOps.WorkArea |
wa
The
ControlFlowOps.WorkArea instance. |
| Constructor and Description |
|---|
ControlFlowOpsHelper(ControlFlowOps.WorkArea wa)
Create a new instance and associate the given WorkArea instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setReturnValue(character returnValue)
Sets the most recent RETURN-VALUE for the current user's session.
|
void |
setReturnValue(java.lang.String returnValue)
Sets the most recent RETURN-VALUE for the current user's session.
|
private final ControlFlowOps.WorkArea wa
ControlFlowOps.WorkArea instance.public ControlFlowOpsHelper(ControlFlowOps.WorkArea wa)
wa - The ControlFlowOps.WorkArea instance.public void setReturnValue(character returnValue)
returnValue - The RETURN-VALUE to set or null to assign the
empty string.public void setReturnValue(java.lang.String returnValue)
returnValue - The RETURN-VALUE to set or null to assign the
empty string.