public class CallMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
input
Flag indicating INPUT mode.
|
boolean |
inputOutput
Flag indicating INPUT-OUTPUT mode.
|
ParameterOption |
mode
Parameter passing mode BY-VALUE, BIND or BY-REFERENCE option.
|
boolean |
output
Flag indicating OUTPUT mode.
|
| Constructor and Description |
|---|
CallMode() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
asString()
Get the string representation of the mode.
|
static CallMode |
buildMode(character mode)
Given a string representation of the parameter's mode, interpret it and create a new
CallMode instance. |
java.lang.String |
toString()
Create a 1-char representation of this mode, as used by the
ControlFlowOps APIs. |
public boolean input
public boolean output
public boolean inputOutput
public ParameterOption mode
public static CallMode buildMode(character mode)
CallMode instance.mode - The mode's string representation.null if the representation is not valid; the new instance, otherwise.public java.lang.String asString()
public java.lang.String toString()
ControlFlowOps APIs.toString in class java.lang.Object