Class StreamOptions

java.lang.Object
org.pentaho.di.ui.spoon.trans.StreamOptions

public class StreamOptions extends Object
  • 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

      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