Uses of Class
org.pentaho.di.core.util.StringListPluginProperty

Packages that use StringListPluginProperty
org.pentaho.di.core.util   
org.pentaho.di.trans.steps.terafast   
 

Uses of StringListPluginProperty in org.pentaho.di.core.util
 

Methods in org.pentaho.di.core.util that return StringListPluginProperty
 StringListPluginProperty PluginPropertyFactory.createStringList(String key)
           
 

Uses of StringListPluginProperty in org.pentaho.di.trans.steps.terafast
 

Methods in org.pentaho.di.trans.steps.terafast that return StringListPluginProperty
 StringListPluginProperty TeraFastMeta.getStreamFieldList()
           
 StringListPluginProperty TeraFastMeta.getTableFieldList()
           
 

Methods in org.pentaho.di.trans.steps.terafast with parameters of type StringListPluginProperty
 void TeraFastMeta.setStreamFieldList(StringListPluginProperty streamFieldList)
           
 void TeraFastMeta.setTableFieldList(StringListPluginProperty tableFieldList)