public interface IOutputDef
| Modifier and Type | Method and Description | 
|---|---|
void | 
addToList(Object value)
Adds the given value to the value list for this output parameter. 
 | 
String | 
getName()
Retrieves the name of the output parameter. 
 | 
OutputStream | 
getOutputStream()
Retrieve the OutputStream associated with this output parameter. 
 | 
String | 
getType()
Retrieves the type of the output parameter. 
 | 
boolean | 
isList()
Determine whether the value associated with this parameter is a list or not. 
 | 
void | 
setValue(Object value)
Sets the value of the output parameter. 
 | 
String getType()
String getName()
boolean isList()
void setValue(Object value)
value - the value to setOutputStream getOutputStream()
void addToList(Object value)
value - value to add to the parameter value list.