public class StreamOptions extends Object
| Constructor and Description | 
|---|
StreamOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options,
             org.pentaho.di.core.gui.Point location)  | 
| Modifier and Type | Method and 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)  | 
public StreamOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options, org.pentaho.di.core.gui.Point location)
options - location - public List<org.pentaho.di.trans.step.errorhandling.StreamInterface> getOptions()
public void setOptions(List<org.pentaho.di.trans.step.errorhandling.StreamInterface> options)
options - the options to setpublic org.pentaho.di.core.gui.Point getLocation()
public void setLocation(org.pentaho.di.core.gui.Point location)
location - the location to set