Uses of Class
org.pentaho.di.trans.steps.switchcase.SwitchCaseTarget

Packages that use SwitchCaseTarget
org.pentaho.di.trans.steps.switchcase   
 

Uses of SwitchCaseTarget in org.pentaho.di.trans.steps.switchcase
 

Methods in org.pentaho.di.trans.steps.switchcase that return types with arguments of type SwitchCaseTarget
 List<SwitchCaseTarget> SwitchCaseMeta.getCaseTargets()
           
 

Method parameters in org.pentaho.di.trans.steps.switchcase with type arguments of type SwitchCaseTarget
 void SwitchCaseMeta.setCaseTargets(List<SwitchCaseTarget> caseTargets)