com.ibm.jtopenlite.command

Class IntegerInputParameter



  • public class IntegerInputParameter
    extends InputParameter
    A specific kind of program parameter that represents a 4-byte integer value used as input.
    • Constructor Detail

      • IntegerInputParameter

        public IntegerInputParameter(int val)
        Constructs a parameter using the provided value as the input data.