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