|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOutputDef
An OutputDef represents one output parameter in a SequenceDefinition or ActionDefinition.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |