com.ibm.jtopenlite.command
Class StringInputParameter

java.lang.Object
  extended by com.ibm.jtopenlite.command.Parameter
      extended by com.ibm.jtopenlite.command.InputParameter
          extended by 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
StringInputParameter(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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringInputParameter

public StringInputParameter(String s)
                     throws IOException
Constructs a parameter using the provided value as the input data.

Throws:
IOException