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 BooleanPluginPropertyPluginPropertyFactory. 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 BooleanPluginPropertyTeraFastMeta. getTruncateTable()BooleanPluginPropertyTeraFastMeta. getUseControlFile()BooleanPluginPropertyTeraFastMeta. getVariableSubstitution()Methods in org.pentaho.di.trans.steps.terafast with parameters of type BooleanPluginProperty Modifier and Type Method Description voidTeraFastMeta. setTruncateTable(BooleanPluginProperty truncateTable)voidTeraFastMeta. setUseControlFile(BooleanPluginProperty useControlFile)voidTeraFastMeta. setVariableSubstitution(BooleanPluginProperty variableSubstitution)
-