public class DataFlowOperatorOutput extends Object implements Serializable
Constructor and Description |
---|
DataFlowOperatorOutput()
Ctor.
|
DataFlowOperatorOutput(String streamName,
List<DataFlowOperatorOutputType> typeInfo)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getStreamName()
Returns the output stream name.
|
List<DataFlowOperatorOutputType> |
getTypeInfo()
Returns output port type information
|
void |
setStreamName(String streamName)
Sets the output stream name.
|
void |
setTypeInfo(List<DataFlowOperatorOutputType> typeInfo)
Sets output port type information
|
public DataFlowOperatorOutput()
public DataFlowOperatorOutput(String streamName, List<DataFlowOperatorOutputType> typeInfo)
streamName
- output stream nametypeInfo
- type informationpublic String getStreamName()
public void setStreamName(String streamName)
streamName
- stream name.public List<DataFlowOperatorOutputType> getTypeInfo()
public void setTypeInfo(List<DataFlowOperatorOutputType> typeInfo)
typeInfo
- type info to use