|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pentaho.platform.engine.services.actionsequence.OutputDef
public class OutputDef
| Constructor Summary | |
|---|---|
OutputDef(String name,
List list)
|
|
OutputDef(String name,
OutputStream outputStream)
|
|
OutputDef(String name,
String type)
|
|
| Method Summary | |
|---|---|
void |
addToList(Object listItem)
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputDef(String name,
OutputStream outputStream)
public OutputDef(String name,
List list)
public OutputDef(String name,
String type)
| Method Detail |
|---|
public String getType()
IOutputDef
getType in interface IOutputDefpublic String getName()
IOutputDef
getName in interface IOutputDefpublic boolean isList()
IOutputDef
isList in interface IOutputDefpublic void setValue(Object value)
IOutputDef
setValue in interface IOutputDefvalue - the value to setpublic OutputStream getOutputStream()
IOutputDef
getOutputStream in interface IOutputDefpublic void addToList(Object listItem)
IOutputDef
addToList in interface IOutputDeflistItem - value to add to the parameter value list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||