|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 IOutputDef
public String getName()
IOutputDef
getName
in interface IOutputDef
public boolean isList()
IOutputDef
isList
in interface IOutputDef
public void setValue(Object value)
IOutputDef
setValue
in interface IOutputDef
value
- the value to setpublic OutputStream getOutputStream()
IOutputDef
getOutputStream
in interface IOutputDef
public void addToList(Object listItem)
IOutputDef
addToList
in interface IOutputDef
listItem
- value to add to the parameter value list.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |