com.ibm.jtopenlite.command

Class StringInputParameter



  • public class StringInputParameter
    extends InputParameter
    A specific kind of program parameter that represents a CCSID 37 String value as input.
    • Constructor Detail

      • StringInputParameter

        public StringInputParameter(java.lang.String s)
                             throws java.io.IOException
        Constructs a parameter using the provided value as the input data.
        Throws:
        java.io.IOException