com.ibm.jtopenlite.command
Class IntegerInputParameter

java.lang.Object
  extended by com.ibm.jtopenlite.command.Parameter
      extended by com.ibm.jtopenlite.command.InputParameter
          extended by com.ibm.jtopenlite.command.IntegerInputParameter

public class IntegerInputParameter
extends InputParameter

A specific kind of program parameter that represents a 4-byte integer value used as input.


Field Summary
 
Fields inherited from class com.ibm.jtopenlite.command.Parameter
TYPE_INPUT, TYPE_INPUT_OUTPUT, TYPE_NULL, TYPE_OUTPUT
 
Constructor Summary
IntegerInputParameter(int val)
          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

IntegerInputParameter

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