Uses of Class
org.pentaho.di.core.util.BooleanPluginProperty
-
Packages that use BooleanPluginProperty Package Description org.pentaho.di.core.util org.pentaho.di.trans.steps.terafast -
-
Uses of BooleanPluginProperty in org.pentaho.di.core.util
Methods in org.pentaho.di.core.util that return BooleanPluginProperty Modifier and Type Method Description BooleanPluginProperty
PluginPropertyFactory. createBoolean(String key)
-
Uses of BooleanPluginProperty in org.pentaho.di.trans.steps.terafast
Methods in org.pentaho.di.trans.steps.terafast that return BooleanPluginProperty Modifier and Type Method Description BooleanPluginProperty
TeraFastMeta. getTruncateTable()
BooleanPluginProperty
TeraFastMeta. getUseControlFile()
BooleanPluginProperty
TeraFastMeta. getVariableSubstitution()
Methods in org.pentaho.di.trans.steps.terafast with parameters of type BooleanPluginProperty Modifier and Type Method Description void
TeraFastMeta. setTruncateTable(BooleanPluginProperty truncateTable)
void
TeraFastMeta. setUseControlFile(BooleanPluginProperty useControlFile)
void
TeraFastMeta. setVariableSubstitution(BooleanPluginProperty variableSubstitution)
-