Package org.pentaho.di.ui.spoon.trans
Class StreamOptions
java.lang.Object
org.pentaho.di.ui.spoon.trans.StreamOptions
-
Constructor Summary
ConstructorsConstructorDescriptionStreamOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options, org.pentaho.di.core.gui.Point location) -
Method Summary
Modifier and TypeMethodDescriptionorg.pentaho.di.core.gui.PointList<org.pentaho.di.trans.step.errorhandling.StreamInterface>voidsetLocation(org.pentaho.di.core.gui.Point location) voidsetOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options)
-
Constructor Details
-
StreamOptions
public StreamOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options, org.pentaho.di.core.gui.Point location) - Parameters:
options-location-
-
-
Method Details
-
getOptions
- Returns:
- the options
-
setOptions
- 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
-