com.ibm.jtopenlite.command
Class NullParameter

java.lang.Object
  extended by com.ibm.jtopenlite.command.Parameter
      extended by 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.
 
Fields inherited from class com.ibm.jtopenlite.command.Parameter
TYPE_INPUT, TYPE_INPUT_OUTPUT, TYPE_NULL, TYPE_OUTPUT
 
Method Summary
 
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
 

Field Detail

INSTANCE

public static final NullParameter INSTANCE
The instance to use when you need to specify a null program parameter.