Package org.pentaho.di.ui.spoon.trans
Class StreamOptions
- java.lang.Object
-
- org.pentaho.di.ui.spoon.trans.StreamOptions
-
public class StreamOptions extends Object
-
-
Constructor Summary
Constructors Constructor Description StreamOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options, org.pentaho.di.core.gui.Point location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.pentaho.di.core.gui.Point
getLocation()
List<org.pentaho.di.trans.step.errorhandling.StreamInterface>
getOptions()
void
setLocation(org.pentaho.di.core.gui.Point location)
void
setOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options)
-
-
-
Constructor Detail
-
StreamOptions
public StreamOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options, org.pentaho.di.core.gui.Point location)
- Parameters:
options
-location
-
-
-
Method Detail
-
getOptions
public List<org.pentaho.di.trans.step.errorhandling.StreamInterface> getOptions()
- Returns:
- the options
-
setOptions
public void setOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options)
- Parameters:
options
- the options to set
-
getLocation
public org.pentaho.di.core.gui.Point getLocation()
- Returns:
- the location
-
setLocation
public void setLocation(org.pentaho.di.core.gui.Point location)
- Parameters:
location
- the location to set
-
-