com.ibm.jtopenlite.command
Class NullParameter
java.lang.Object
com.ibm.jtopenlite.command.Parameter
com.ibm.jtopenlite.command.NullParameter
public class NullParameter
- extends Parameter
Represents a program parameter that is null.
|
Field Summary |
static NullParameter |
INSTANCE
The instance to use when you need to specify a null program parameter. |
| Methods inherited from class com.ibm.jtopenlite.command.Parameter |
getInputData, getInputLength, getMaxLength, 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 |
INSTANCE
public static final NullParameter INSTANCE
- The instance to use when you need to specify a null program parameter.