Uses of Class
org.pentaho.di.trans.steps.tableoutput.TableOutputMeta
-
Packages that use TableOutputMeta Package Description org.pentaho.di.trans.steps.tableoutput -
-
Uses of TableOutputMeta in org.pentaho.di.trans.steps.tableoutput
Methods in org.pentaho.di.trans.steps.tableoutput that return TableOutputMeta Modifier and Type Method Description protected TableOutputMeta
TableOutput. getMeta()
Allows subclasses of TableOuput to get hold of the step metaTableOutputMeta
TableOutputMetaInjection. getMeta()
Deprecated.Methods in org.pentaho.di.trans.steps.tableoutput with parameters of type TableOutputMeta Modifier and Type Method Description protected void
TableOutput. setMeta(TableOutputMeta meta)
Constructors in org.pentaho.di.trans.steps.tableoutput with parameters of type TableOutputMeta Constructor Description TableOutputMetaInjection(TableOutputMeta meta)
Deprecated.
-