Uses of Class
org.pentaho.di.trans.step.errorhandling.StreamInterface.StreamType

Packages that use StreamInterface.StreamType
org.pentaho.di.trans This package contains the classes needed to define and execute transformations. 
org.pentaho.di.trans.step.errorhandling   
 

Uses of StreamInterface.StreamType in org.pentaho.di.trans
 

Methods in org.pentaho.di.trans with parameters of type StreamInterface.StreamType
 void TransPainter.setCandidateHopType(StreamInterface.StreamType candidateHopType)
           
 

Uses of StreamInterface.StreamType in org.pentaho.di.trans.step.errorhandling
 

Methods in org.pentaho.di.trans.step.errorhandling that return StreamInterface.StreamType
 StreamInterface.StreamType Stream.getStreamType()
           
 StreamInterface.StreamType StreamInterface.getStreamType()
           
static StreamInterface.StreamType StreamInterface.StreamType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StreamInterface.StreamType[] StreamInterface.StreamType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.di.trans.step.errorhandling with parameters of type StreamInterface.StreamType
 void Stream.setStreamType(StreamInterface.StreamType streamType)
           
 void StreamInterface.setStreamType(StreamInterface.StreamType streamType)
           
 

Constructors in org.pentaho.di.trans.step.errorhandling with parameters of type StreamInterface.StreamType
Stream(StreamInterface.StreamType streamType, StepMeta stepMeta, String description, StreamIcon streamIcon, Object subject)