Package com.progress.open4gl.javaproxy
Class ParamArrayMode
java.lang.Object
com.progress.open4gl.javaproxy.ParamArrayMode
Contains constants for specifying the mode of an ABL procedure or
user-defined function parameter
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
INPUT Parameterstatic final int
OUTPUT Parameterstatic final int
INPUT-OUTPUT Parameter -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INPUT
public static final int INPUTINPUT Parameter- See Also:
-
OUTPUT
public static final int OUTPUTINPUT-OUTPUT Parameter- See Also:
-
INPUT_OUTPUT
public static final int INPUT_OUTPUTOUTPUT Parameter- See Also:
-
-
Constructor Details
-
ParamArrayMode
public ParamArrayMode()
-