public class StepIOMeta extends Object implements StepIOMetaInterface, Cloneable
| Constructor and Description | 
|---|
StepIOMeta(boolean inputAcceptor,
          boolean outputProducer,
          boolean inputOptional,
          boolean sortedDataRequired,
          boolean inputDynamic,
          boolean outputDynamic)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addStream(StreamInterface stream)
Add a stream to the steps I/O interface 
 | 
void | 
clearStreams()  | 
StreamInterface | 
findInfoStream(StepMeta infoStep)  | 
StreamInterface | 
findTargetStream(StepMeta targetStep)  | 
String | 
getGeneralInfoDescription()  | 
String | 
getGeneralTargetDescription()  | 
String[] | 
getInfoStepnames()  | 
List<StreamInterface> | 
getInfoStreams()  | 
String[] | 
getTargetStepnames()  | 
List<StreamInterface> | 
getTargetStreams()  | 
boolean | 
isInputAcceptor()  | 
boolean | 
isInputDynamic()  | 
boolean | 
isInputOptional()  | 
boolean | 
isOutputDynamic()  | 
boolean | 
isOutputProducer()  | 
boolean | 
isSortedDataRequired()  | 
void | 
setGeneralInfoDescription(String generalInfoDescription)
Set the general info stream description 
 | 
void | 
setGeneralTargetDescription(String generalTargetDescription)
Set the general target stream description 
 | 
void | 
setInfoSteps(StepMeta[] infoSteps)
Replace the info steps with the supplied source steps. 
 | 
void | 
setInputAcceptor(boolean inputAcceptor)  | 
void | 
setInputDynamic(boolean inputDynamic)  | 
void | 
setInputOptional(boolean inputOptional)  | 
void | 
setOutputDynamic(boolean outputDynamic)  | 
void | 
setOutputProducer(boolean outputProducer)  | 
void | 
setSortedDataRequired(boolean sortedDataRequired)  | 
public StepIOMeta(boolean inputAcceptor,
                  boolean outputProducer,
                  boolean inputOptional,
                  boolean sortedDataRequired,
                  boolean inputDynamic,
                  boolean outputDynamic)
inputAcceptor - outputProducer - public boolean isInputAcceptor()
isInputAcceptor in interface StepIOMetaInterfacepublic void setInputAcceptor(boolean inputAcceptor)
inputAcceptor - the inputAcceptor to setpublic boolean isOutputProducer()
isOutputProducer in interface StepIOMetaInterfacepublic void setOutputProducer(boolean outputProducer)
outputProducer - the outputProducer to setpublic boolean isInputOptional()
isInputOptional in interface StepIOMetaInterfacepublic void setInputOptional(boolean inputOptional)
inputOptional - the inputOptional to setpublic List<StreamInterface> getInfoStreams()
getInfoStreams in interface StepIOMetaInterfacepublic List<StreamInterface> getTargetStreams()
getTargetStreams in interface StepIOMetaInterfacepublic boolean isSortedDataRequired()
isSortedDataRequired in interface StepIOMetaInterfacepublic void setSortedDataRequired(boolean sortedDataRequired)
sortedDataRequired - the sortedDataRequired to setpublic void addStream(StreamInterface stream)
StepIOMetaInterfaceaddStream in interface StepIOMetaInterfacestream - The stream to addpublic String[] getInfoStepnames()
getInfoStepnames in interface StepIOMetaInterfacepublic String[] getTargetStepnames()
getTargetStepnames in interface StepIOMetaInterfacepublic void setInfoSteps(StepMeta[] infoSteps)
setInfoSteps in interface StepIOMetaInterfaceinfoSteps - public String getGeneralInfoDescription()
getGeneralInfoDescription in interface StepIOMetaInterfacepublic void setGeneralInfoDescription(String generalInfoDescription)
StepIOMetaInterfacesetGeneralInfoDescription in interface StepIOMetaInterfacegeneralInfoDescription - the generalInfoDescription to setpublic String getGeneralTargetDescription()
getGeneralTargetDescription in interface StepIOMetaInterfacepublic void setGeneralTargetDescription(String generalTargetDescription)
StepIOMetaInterfacesetGeneralTargetDescription in interface StepIOMetaInterfacegeneralTargetDescription - the generalTargetDescription to setpublic void clearStreams()
public boolean isOutputDynamic()
isOutputDynamic in interface StepIOMetaInterfacepublic void setOutputDynamic(boolean outputDynamic)
setOutputDynamic in interface StepIOMetaInterfaceoutputDynamic - the outputDynamic to setpublic boolean isInputDynamic()
isInputDynamic in interface StepIOMetaInterfacepublic void setInputDynamic(boolean inputDynamic)
setInputDynamic in interface StepIOMetaInterfaceinputDynamic - the inputDynamic to setpublic StreamInterface findTargetStream(StepMeta targetStep)
findTargetStream in interface StepIOMetaInterfacepublic StreamInterface findInfoStream(StepMeta infoStep)
findInfoStream in interface StepIOMetaInterface