com.ibm.jtopenlite.command
Class OutputParameter
java.lang.Object
com.ibm.jtopenlite.command.Parameter
com.ibm.jtopenlite.command.OutputParameter
public class OutputParameter
- extends Parameter
Represents a program parameter to be used as output.
|
Constructor Summary |
OutputParameter(int outputLength)
Constructs a parameter with the specified output length. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputParameter
public OutputParameter(int outputLength)
- Constructs a parameter with the specified output length.
getOutputLength
public int getOutputLength()
- Returns the output length.
- Overrides:
getOutputLength in class Parameter
getMaxLength
public int getMaxLength()
- Returns the maximum length of this parameter, which is the output length.
- Overrides:
getMaxLength in class Parameter
setOutputData
protected void setOutputData(byte[] data)
- Overrides:
setOutputData in class Parameter
getOutputData
public byte[] getOutputData()
- Returns the output data.
- Overrides:
getOutputData in class Parameter