public class ParamArrayMode
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
INPUT
INPUT Parameter
|
static int |
INPUT_OUTPUT
OUTPUT Parameter
|
static int |
OUTPUT
INPUT-OUTPUT Parameter
|
Constructor and Description |
---|
ParamArrayMode() |
public static final int INPUT
public static final int OUTPUT
public static final int INPUT_OUTPUT