com.ibm.jtopenlite.command
Class IntegerInputParameter
java.lang.Object
com.ibm.jtopenlite.command.Parameter
com.ibm.jtopenlite.command.InputParameter
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.
|
Constructor Summary |
IntegerInputParameter(int val)
Constructs a parameter using the provided value as the input data. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerInputParameter
public IntegerInputParameter(int val)
- Constructs a parameter using the provided value as the input data.