org.pentaho.di.ui.spoon.trans
Class StreamOptions
java.lang.Object
org.pentaho.di.ui.spoon.trans.StreamOptions
public class StreamOptions
- extends Object
StreamOptions
public StreamOptions(List<StreamInterface> options,
Point location)
- Parameters:
options
- location
-
getOptions
public List<StreamInterface> getOptions()
- Returns:
- the options
setOptions
public void setOptions(List<StreamInterface> options)
- Parameters:
options
- the options to set
getLocation
public Point getLocation()
- Returns:
- the location
setLocation
public void setLocation(Point location)
- Parameters:
location
- the location to set