com.ibm.jtopenlite.command
Class StringInputParameter
- java.lang.Object
-
- com.ibm.jtopenlite.command.Parameter
-
- com.ibm.jtopenlite.command.InputParameter
-
- com.ibm.jtopenlite.command.StringInputParameter
-
public class StringInputParameter extends InputParameter
A specific kind of program parameter that represents a CCSID 37 String value as input.
-
-
Field Summary
-
Fields inherited from class com.ibm.jtopenlite.command.Parameter
TYPE_INPUT, TYPE_INPUT_OUTPUT, TYPE_NULL, TYPE_OUTPUT
-
-
Constructor Summary
Constructors Constructor and Description StringInputParameter(java.lang.String s)
Constructs a parameter using the provided value as the input data.
-
Method Summary
-
Methods inherited from class com.ibm.jtopenlite.command.InputParameter
getInputData, getInputLength, getMaxLength
-
Methods inherited from class com.ibm.jtopenlite.command.Parameter
getOutputData, getOutputLength, getType, isInput, isOutput, parseInt, parseString, setOutputData
-
-